Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DDeclBase.cpp1608 !hasLazyExternalLexicalLookups()) in buildLookup()
1614 if (hasLazyExternalLexicalLookups()) { in buildLookup()
1694 hasLazyExternalLexicalLookups()) in lookup()
1720 hasLazyExternalLexicalLookups()) in lookup()
1781 !hasLazyExternalLexicalLookups()) { in localUncachedLookup()
/external/llvm-project/clang/include/clang/AST/
DDeclBase.h2459 bool hasLazyExternalLexicalLookups() const { in hasLazyExternalLexicalLookups() function
/external/llvm-project/clang/lib/Serialization/
DASTWriter.cpp3673 !ConstDC->hasLazyExternalLexicalLookups() && in GenerateNameLookupTable()