Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DLookup.h435 bool wasNotFoundInCurrentInstantiation() const { in wasNotFoundInCurrentInstantiation() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplate.cpp367 IsDependent |= Found.wasNotFoundInCurrentInstantiation(); in LookupTemplateName()
391 IsDependent |= Found.wasNotFoundInCurrentInstantiation(); in LookupTemplateName()
H A DSemaDecl.cpp14221 if (Previous.wasNotFoundInCurrentInstantiation() && in ActOnTag()