Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDDeclBase.cpp1280 if (!HasLazyLocalLexicalLookups && !HasLazyExternalLexicalLookups) in buildLookup()
1286 if (HasLazyExternalLexicalLookups) { in buildLookup()
1287 HasLazyExternalLexicalLookups = false; in buildLookup()
1362 if (HasLazyLocalLexicalLookups || HasLazyExternalLexicalLookups) in lookup()
1387 if (HasLazyLocalLexicalLookups || HasLazyExternalLexicalLookups) in lookup()
1443 if (Name && !HasLazyLocalLexicalLookups && !HasLazyExternalLexicalLookups) { in localUncachedLookup()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDDeclBase.h1127 mutable bool HasLazyExternalLexicalLookups : 1; variable
1162 HasLazyLocalLexicalLookups(false), HasLazyExternalLexicalLookups(false), in DeclContext()
1704 HasLazyExternalLexicalLookups = true; in setMustBuildLookupTable()
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTWriter.cpp3455 !ConstDC->HasLazyExternalLexicalLookups && in GenerateNameLookupTable()