Searched refs:HasLazyExternalLexicalLookups (Results 1 – 3 of 3) sorted by relevance
1304 if (!HasLazyLocalLexicalLookups && !HasLazyExternalLexicalLookups) in buildLookup()1310 if (HasLazyExternalLexicalLookups) { in buildLookup()1311 HasLazyExternalLexicalLookups = false; in buildLookup()1386 if (HasLazyLocalLexicalLookups || HasLazyExternalLexicalLookups) in lookup()1411 if (HasLazyLocalLexicalLookups || HasLazyExternalLexicalLookups) in lookup()1467 if (Name && !HasLazyLocalLexicalLookups && !HasLazyExternalLexicalLookups) { in localUncachedLookup()
1142 mutable bool HasLazyExternalLexicalLookups : 1; variable1182 HasLazyLocalLexicalLookups(false), HasLazyExternalLexicalLookups(false), in DeclContext()1725 HasLazyExternalLexicalLookups = true; in setMustBuildLookupTable()
3496 !ConstDC->HasLazyExternalLexicalLookups && in GenerateNameLookupTable()