Searched refs:isRValueReferenceType (Results 1 - 11 of 11) sorted by relevance

/external/clang/lib/AST/
H A DExprCXX.cpp782 T->isLValueReferenceType() ? VK_LValue : T->isRValueReferenceType()
1143 :Type->getType()->isRValueReferenceType()? VK_XValue
H A DDeclCXX.cpp1736 getParamDecl(0)->getType()->isRValueReferenceType();
/external/clang/lib/Sema/
H A DSemaExceptionSpec.cpp70 if (RT->isRValueReferenceType()) {
H A DSemaOverload.cpp4109 if (!ConvTemplate && DeclType->isRValueReferenceType()) {
4223 bool isRValRef = DeclType->isRValueReferenceType();
4442 if (DeclType->isRValueReferenceType()) {
4627 if (ToType->isRValueReferenceType() ||
6211 if (ToType->isRValueReferenceType() &&
H A DSemaCast.cpp1155 bool RValueRef = DestReference->isRValueReferenceType();
H A DSemaInit.cpp3421 if (DestType->isRValueReferenceType() ||
6095 if ((*ResultType)->isRValueReferenceType())
H A DSemaTemplateDeduction.cpp3179 if (ParamRefType->isRValueReferenceType() &&
H A DSemaExprCXX.cpp3250 return T->isRValueReferenceType();
H A DSemaDeclCXX.cpp3166 return Referenced->getType()->isRValueReferenceType();
5291 if (FieldType->isRValueReferenceType()) {
11324 if (!ExDeclType->isDependentType() && ExDeclType->isRValueReferenceType()) {
/external/clang/lib/Analysis/
H A DConsumed.cpp181 return ParamType->isRValueReferenceType();
/external/clang/include/clang/AST/
H A DType.h1532 bool isRValueReferenceType() const;
4891 inline bool Type::isRValueReferenceType() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::Type

Completed in 4215 milliseconds