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

  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Lookup.h 55 NotFoundInCurrentInstantiation,
447 return ResultKind == NotFoundInCurrentInstantiation;
454 ResultKind = NotFoundInCurrentInstantiation;
476 if (ResultKind != NotFoundInCurrentInstantiation)
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateVariadic.cpp 1021 case LookupResult::NotFoundInCurrentInstantiation: {
SemaLookup.cpp 485 ResultKind == NotFoundInCurrentInstantiation);
4389 case LookupResult::NotFoundInCurrentInstantiation:
4496 case LookupResult::NotFoundInCurrentInstantiation:
SemaTemplate.cpp 5002 LookupResult::NotFoundInCurrentInstantiation) {
10650 case LookupResult::NotFoundInCurrentInstantiation:
SemaExprObjC.cpp 2322 case LookupResult::NotFoundInCurrentInstantiation:
SemaDecl.cpp 376 case LookupResult::NotFoundInCurrentInstantiation:
1019 case LookupResult::NotFoundInCurrentInstantiation: {
16715 case LookupResult::NotFoundInCurrentInstantiation:
SemaExpr.cpp 2492 (R.getResultKind() == LookupResult::NotFoundInCurrentInstantiation))
2501 if (R.getResultKind() == LookupResult::NotFoundInCurrentInstantiation)
2686 if (R.getResultKind() == LookupResult::NotFoundInCurrentInstantiation)
SemaExprCXX.cpp 8544 case LookupResult::NotFoundInCurrentInstantiation:
SemaDeclCXX.cpp 17854 case LookupResult::NotFoundInCurrentInstantiation:
TreeTransform.h 1122 case LookupResult::NotFoundInCurrentInstantiation:

Completed in 175 milliseconds