Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DDeclBase.cpp1348 if (!HasLazyLocalLexicalLookups && !HasLazyExternalLexicalLookups) in buildLookup()
1354 if (HasLazyExternalLexicalLookups) { in buildLookup()
1355 HasLazyExternalLexicalLookups = false; in buildLookup()
1430 if (HasLazyLocalLexicalLookups || HasLazyExternalLexicalLookups) in lookup()
1455 if (HasLazyLocalLexicalLookups || HasLazyExternalLexicalLookups) in lookup()
1511 if (Name && !HasLazyLocalLexicalLookups && !HasLazyExternalLexicalLookups) { in localUncachedLookup()
/external/llvm-project/clang/include/clang/AST/
DDeclBase.h1347 mutable uint64_t HasLazyExternalLexicalLookups : 1; variable
2367 DeclContextBits.HasLazyExternalLexicalLookups = true; in setMustBuildLookupTable()
2460 return DeclContextBits.HasLazyExternalLexicalLookups; in hasLazyExternalLexicalLookups()
2466 DeclContextBits.HasLazyExternalLexicalLookups = HasLELL;
/external/clang/include/clang/AST/
DDeclBase.h1161 mutable bool HasLazyExternalLexicalLookups : 1; variable
1201 HasLazyLocalLexicalLookups(false), HasLazyExternalLexicalLookups(false), in DeclContext()
1744 HasLazyExternalLexicalLookups = true; in setMustBuildLookupTable()
/external/clang/lib/Serialization/
DASTWriter.cpp3532 !ConstDC->HasLazyExternalLexicalLookups && in GenerateNameLookupTable()