reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/AST/Expr.cpp
 3045   if (!E->Classify(C).isPRValue()) {
tools/clang/lib/Sema/SemaExceptionSpec.cpp
 1064   if (Op->Classify(S.Context).isPRValue())
tools/clang/lib/Sema/SemaInit.cpp
 4833        (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());