Searched defs:NotFoundInCurrentInstantiation (Results 1 - 1 of 1) sorted by relevance
/external/clang/include/clang/Sema/ | ||
H A D | Lookup.h | 39 NotFoundInCurrentInstantiation, enumerator in enum:clang::LookupResult::LookupResultKind 388 return ResultKind == NotFoundInCurrentInstantiation; 395 ResultKind = NotFoundInCurrentInstantiation; 417 if (ResultKind != NotFoundInCurrentInstantiation) |
Completed in 192 milliseconds