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

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/AST/
H A DExprCXX.cpp783 T->isLValueReferenceType() ? VK_LValue : T->isRValueReferenceType()
1132 :Type->getType()->isRValueReferenceType()? VK_XValue
H A DDeclCXX.cpp1725 getParamDecl(0)->getType()->isRValueReferenceType();
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Analysis/
H A DConsumed.cpp169 return ParamType->isRValueReferenceType() ||
546 MethodDecl->getParamDecl(0)->getType()->isRValueReferenceType());
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExceptionSpec.cpp70 if (RT->isRValueReferenceType()) {
H A DSemaOverload.cpp4069 if (!ConvTemplate && DeclType->isRValueReferenceType()) {
4183 bool isRValRef = DeclType->isRValueReferenceType();
4400 if (DeclType->isRValueReferenceType()) {
4585 if (ToType->isRValueReferenceType() ||
6039 if (ToType->isRValueReferenceType() &&
H A DSemaCast.cpp1144 bool RValueRef = DestReference->isRValueReferenceType();
H A DSemaInit.cpp3306 if (DestType->isRValueReferenceType() ||
5971 if ((*ResultType)->isRValueReferenceType())
H A DSemaTemplateDeduction.cpp3153 if (ParamRefType->isRValueReferenceType() &&
H A DSemaExprCXX.cpp3236 return T->isRValueReferenceType();
H A DSemaDeclCXX.cpp3086 return Referenced->getType()->isRValueReferenceType();
5094 if (FieldType->isRValueReferenceType()) {
11048 if (!ExDeclType->isDependentType() && ExDeclType->isRValueReferenceType()) {
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h1533 bool isRValueReferenceType() const;
4862 inline bool Type::isRValueReferenceType() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::Type

Completed in 363 milliseconds