Searched refs:HasLazyLocalLexicalLookups (Results 1 – 3 of 3) 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()
1157 mutable bool HasLazyLocalLexicalLookups : 1; variable1201 HasLazyLocalLexicalLookups(false), HasLazyExternalLexicalLookups(false), in DeclContext()
3531 assert(!ConstDC->HasLazyLocalLexicalLookups && in GenerateNameLookupTable()