Searched refs:HasLazyLocalLexicalLookups (Results 1 – 4 of 4) sorted by relevance
1348 if (!HasLazyLocalLexicalLookups && !HasLazyExternalLexicalLookups) in buildLookup()1358 HasLazyLocalLexicalLookups |= in buildLookup()1362 if (!HasLazyLocalLexicalLookups) in buildLookup()1370 HasLazyLocalLexicalLookups = false; in buildLookup()1430 if (HasLazyLocalLexicalLookups || HasLazyExternalLexicalLookups) in lookup()1455 if (HasLazyLocalLexicalLookups || HasLazyExternalLexicalLookups) in lookup()1480 if (HasLazyLocalLexicalLookups) { in noload_lookup()1485 HasLazyLocalLexicalLookups = false; in noload_lookup()1511 if (Name && !HasLazyLocalLexicalLookups && !HasLazyExternalLexicalLookups) { in localUncachedLookup()1620 HasLazyLocalLexicalLookups = true; in makeDeclVisibleInContextWithFlags()
1343 mutable uint64_t HasLazyLocalLexicalLookups : 1; variable2448 return DeclContextBits.HasLazyLocalLexicalLookups; in hasLazyLocalLexicalLookups()2454 DeclContextBits.HasLazyLocalLexicalLookups = HasLLLL;
1157 mutable bool HasLazyLocalLexicalLookups : 1; variable1201 HasLazyLocalLexicalLookups(false), HasLazyExternalLexicalLookups(false), in DeclContext()
3531 assert(!ConstDC->HasLazyLocalLexicalLookups && in GenerateNameLookupTable()