Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DLookup.h430 bool wasNotFoundInCurrentInstantiation() const { in wasNotFoundInCurrentInstantiation() function
/external/llvm-project/clang/include/clang/Sema/
DLookup.h446 bool wasNotFoundInCurrentInstantiation() const { in wasNotFoundInCurrentInstantiation() function
/external/llvm-project/clang/lib/Sema/
DSemaTemplate.cpp447 IsDependent |= Found.wasNotFoundInCurrentInstantiation(); in LookupTemplateName()
471 IsDependent |= Found.wasNotFoundInCurrentInstantiation(); in LookupTemplateName()
DSemaDecl.cpp15553 if (Previous.wasNotFoundInCurrentInstantiation() && in ActOnTag()
/external/clang/lib/Sema/
DSemaDecl.cpp12409 if (Previous.wasNotFoundInCurrentInstantiation() && in ActOnTag()