Searched refs:HasLazyExternalLexicalLookups (Results 1 – 3 of 3) sorted by relevance
1280 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()
1127 mutable bool HasLazyExternalLexicalLookups : 1; variable1162 HasLazyLocalLexicalLookups(false), HasLazyExternalLexicalLookups(false), in DeclContext()1704 HasLazyExternalLexicalLookups = true; in setMustBuildLookupTable()
3455 !ConstDC->HasLazyExternalLexicalLookups && in GenerateNameLookupTable()