HomeSort by: relevance | last modified time | path
    Searched refs:isPRValue (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExceptionSpec.cpp 1113 if (Op->Classify(S.Context).isPRValue())
SemaInit.cpp 4929 (InitCategory.isPRValue() &&
4933 if (InitCategory.isPRValue() && T2->isRecordType()) {
SemaOverload.cpp 4851 (InitCategory.isPRValue() &&
4860 !(InitCategory.isPRValue() || T2->isRecordType()));
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h 378 bool isPRValue() const { return Kind >= CL_Function; }
  /src/external/apache2/llvm/dist/clang/lib/AST/
Expr.cpp 2997 if (!E->Classify(C).isPRValue()) {

Completed in 80 milliseconds