Searched refs:HasLazyExternalLexicalLookups (Results 1 – 4 of 4) sorted by relevance
1348 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()
1347 mutable uint64_t HasLazyExternalLexicalLookups : 1; variable2367 DeclContextBits.HasLazyExternalLexicalLookups = true; in setMustBuildLookupTable()2460 return DeclContextBits.HasLazyExternalLexicalLookups; in hasLazyExternalLexicalLookups()2466 DeclContextBits.HasLazyExternalLexicalLookups = HasLELL;
1161 mutable bool HasLazyExternalLexicalLookups : 1; variable1201 HasLazyLocalLexicalLookups(false), HasLazyExternalLexicalLookups(false), in DeclContext()1744 HasLazyExternalLexicalLookups = true; in setMustBuildLookupTable()
3532 !ConstDC->HasLazyExternalLexicalLookups && in GenerateNameLookupTable()