reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3045 if (!E->Classify(C).isPRValue()) {
tools/clang/lib/Sema/SemaExceptionSpec.cpp 1064 if (Op->Classify(S.Context).isPRValue())
tools/clang/lib/Sema/SemaInit.cpp4833 (InitCategory.isPRValue() && 4837 if (InitCategory.isPRValue() && T2->isRecordType()) {tools/clang/lib/Sema/SemaOverload.cpp
4702 (InitCategory.isPRValue() && (T2->isRecordType() || T2->isArrayType())) || 4722 !(InitCategory.isPRValue() || T2->isRecordType());