Home
last modified time | relevance | path

Searched refs:isPRValue (Results 1 – 5 of 5) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExceptionSpec.cpp1113 if (Op->Classify(S.Context).isPRValue()) in canTypeidThrow()
H A DSemaInit.cpp4929 (InitCategory.isPRValue() && in TryReferenceInitializationCore()
4933 if (InitCategory.isPRValue() && T2->isRecordType()) { in TryReferenceInitializationCore()
H A DSemaOverload.cpp4851 (InitCategory.isPRValue() && in TryReferenceInit()
4860 !(InitCategory.isPRValue() || T2->isRecordType())); in TryReferenceInit()
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DExpr.cpp2997 if (!E->Classify(C).isPRValue()) { in isTemporaryObject()
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h378 bool isPRValue() const { return Kind >= CL_Function; } in isPRValue() function