Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DDeclBase.cpp1348 if (!HasLazyLocalLexicalLookups && !HasLazyExternalLexicalLookups) in buildLookup()
1358 HasLazyLocalLexicalLookups |= in buildLookup()
1362 if (!HasLazyLocalLexicalLookups) in buildLookup()
1370 HasLazyLocalLexicalLookups = false; in buildLookup()
1430 if (HasLazyLocalLexicalLookups || HasLazyExternalLexicalLookups) in lookup()
1455 if (HasLazyLocalLexicalLookups || HasLazyExternalLexicalLookups) in lookup()
1480 if (HasLazyLocalLexicalLookups) { in noload_lookup()
1485 HasLazyLocalLexicalLookups = false; in noload_lookup()
1511 if (Name && !HasLazyLocalLexicalLookups && !HasLazyExternalLexicalLookups) { in localUncachedLookup()
1620 HasLazyLocalLexicalLookups = true; in makeDeclVisibleInContextWithFlags()
/external/clang/include/clang/AST/
DDeclBase.h1157 mutable bool HasLazyLocalLexicalLookups : 1; variable
1201 HasLazyLocalLexicalLookups(false), HasLazyExternalLexicalLookups(false), in DeclContext()
/external/clang/lib/Serialization/
DASTWriter.cpp3531 assert(!ConstDC->HasLazyLocalLexicalLookups && in GenerateNameLookupTable()