Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DLookup.h446 bool wasNotFoundInCurrentInstantiation() const { in wasNotFoundInCurrentInstantiation() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp447 IsDependent |= Found.wasNotFoundInCurrentInstantiation(); in LookupTemplateName()
471 IsDependent |= Found.wasNotFoundInCurrentInstantiation(); in LookupTemplateName()
H A DSemaDecl.cpp15740 if (Previous.wasNotFoundInCurrentInstantiation() && in ActOnTag()