Home
last modified time | relevance | path

Searched refs:wasNotFoundInCurrentInstantiation (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DLookup.h472 bool wasNotFoundInCurrentInstantiation() const { in wasNotFoundInCurrentInstantiation() function
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplate.cpp453 IsDependent |= Found.wasNotFoundInCurrentInstantiation(); in LookupTemplateName()
477 IsDependent |= Found.wasNotFoundInCurrentInstantiation(); in LookupTemplateName()
H A DSemaDecl.cpp16818 if (Previous.wasNotFoundInCurrentInstantiation() && in ActOnTag()