Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DDeclBase.cpp1304 if (!HasLazyLocalLexicalLookups && !HasLazyExternalLexicalLookups) in buildLookup()
1310 if (HasLazyExternalLexicalLookups) { in buildLookup()
1311 HasLazyExternalLexicalLookups = false; in buildLookup()
1386 if (HasLazyLocalLexicalLookups || HasLazyExternalLexicalLookups) in lookup()
1411 if (HasLazyLocalLexicalLookups || HasLazyExternalLexicalLookups) in lookup()
1467 if (Name && !HasLazyLocalLexicalLookups && !HasLazyExternalLexicalLookups) { in localUncachedLookup()
/external/clang/include/clang/AST/
DDeclBase.h1142 mutable bool HasLazyExternalLexicalLookups : 1; variable
1182 HasLazyLocalLexicalLookups(false), HasLazyExternalLexicalLookups(false), in DeclContext()
1725 HasLazyExternalLexicalLookups = true; in setMustBuildLookupTable()
/external/clang/lib/Serialization/
DASTWriter.cpp3496 !ConstDC->HasLazyExternalLexicalLookups && in GenerateNameLookupTable()