Home
last modified time | relevance | path

Searched refs:HasLazyLocalLexicalLookups (Results 1 – 4 of 4) 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/llvm-project/clang/include/clang/AST/
DDeclBase.h1343 mutable uint64_t HasLazyLocalLexicalLookups : 1; variable
2448 return DeclContextBits.HasLazyLocalLexicalLookups; in hasLazyLocalLexicalLookups()
2454 DeclContextBits.HasLazyLocalLexicalLookups = HasLLLL;
/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()