Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DLookup.h492 bool wasNotFoundInCurrentInstantiation() const { in wasNotFoundInCurrentInstantiation() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp454 IsDependent |= Found.wasNotFoundInCurrentInstantiation(); in LookupTemplateName()
478 IsDependent |= Found.wasNotFoundInCurrentInstantiation(); in LookupTemplateName()
H A DSemaDecl.cpp17422 if (Previous.wasNotFoundInCurrentInstantiation() && in ActOnTag()