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

/external/clang/lib/Sema/
H A DSemaExceptionSpec.cpp870 if (Op->Classify(S.Context).isPRValue())
H A DSemaInit.cpp3913 (InitCategory.isPRValue() && T2->isRecordType()) ||
3914 (InitCategory.isPRValue() && T2->isArrayType()))) {
3916 if (InitCategory.isPRValue() && T2->isRecordType()) {
H A DSemaOverload.cpp4318 (InitCategory.isPRValue() && (T2->isRecordType() || T2->isArrayType())) ||
4338 (InitCategory.isPRValue() && !T2->isRecordType());
/external/clang/include/clang/AST/
H A DExpr.h352 bool isPRValue() const { return Kind >= CL_Function; } function in class:clang::Expr::Classification
/external/clang/lib/AST/
H A DExpr.cpp2585 if (!E->Classify(C).isPRValue()) {

Completed in 679 milliseconds