Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DLookup.h472 bool wasNotFoundInCurrentInstantiation() const { in wasNotFoundInCurrentInstantiation() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplate.cpp452 IsDependent |= Found.wasNotFoundInCurrentInstantiation(); in LookupTemplateName()
476 IsDependent |= Found.wasNotFoundInCurrentInstantiation(); in LookupTemplateName()
H A DSemaDecl.cpp16359 if (Previous.wasNotFoundInCurrentInstantiation() && in ActOnTag()