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

References

tools/clang/include/clang/Sema/Lookup.h
  447     return ResultKind == NotFoundInCurrentInstantiation;
  454     ResultKind = NotFoundInCurrentInstantiation;
  476       if (ResultKind != NotFoundInCurrentInstantiation)
tools/clang/lib/Sema/SemaDecl.cpp
  373   case LookupResult::NotFoundInCurrentInstantiation:
 1012   case LookupResult::NotFoundInCurrentInstantiation: {
15926     case LookupResult::NotFoundInCurrentInstantiation:
tools/clang/lib/Sema/SemaDeclCXX.cpp
16196   case LookupResult::NotFoundInCurrentInstantiation:
tools/clang/lib/Sema/SemaExpr.cpp
 2234         (R.getResultKind() == LookupResult::NotFoundInCurrentInstantiation))
 2243     if (R.getResultKind() == LookupResult::NotFoundInCurrentInstantiation)
 2428   if (R.getResultKind() == LookupResult::NotFoundInCurrentInstantiation)
tools/clang/lib/Sema/SemaExprCXX.cpp
 8073   case LookupResult::NotFoundInCurrentInstantiation:
tools/clang/lib/Sema/SemaExprObjC.cpp
 2162   case LookupResult::NotFoundInCurrentInstantiation:
tools/clang/lib/Sema/SemaLookup.cpp
  481            ResultKind == NotFoundInCurrentInstantiation);
 4356   case LookupResult::NotFoundInCurrentInstantiation:
 4463       case LookupResult::NotFoundInCurrentInstantiation:
tools/clang/lib/Sema/SemaTemplate.cpp
 4534               LookupResult::NotFoundInCurrentInstantiation) {
10048   case LookupResult::NotFoundInCurrentInstantiation:
tools/clang/lib/Sema/SemaTemplateVariadic.cpp
  991   case LookupResult::NotFoundInCurrentInstantiation: {
tools/clang/lib/Sema/TreeTransform.h
 1092       case LookupResult::NotFoundInCurrentInstantiation: