Lines Matching refs:LScopes

1017   CU.createAbstractEntity(Node, LScopes.getOrCreateAbstractScope(  in ensureAbstractEntityIsCreated()
1027 LScopes.findAbstractScope(cast_or_null<DILocalScope>(ScopeNode))) in ensureAbstractEntityIsCreatedIfScoped()
1043 LexicalScope *Scope = LScopes.findLexicalScope(VI.Loc); in collectVariableInfoFromMFTable()
1260 static bool validThroughout(LexicalScopes &LScopes, in validThroughout() argument
1266 auto *LScope = LScopes.findLexicalScope(DL); in validThroughout()
1290 auto *PredScope = LScopes.findLexicalScope(PredDL); in validThroughout()
1334 Scope = LScopes.findInlinedScope(LocalVar->getScope(), IA); in collectEntityInfo()
1336 Scope = LScopes.findLexicalScope(LocalVar->getScope()); in collectEntityInfo()
1350 validThroughout(LScopes, MInsn, Ranges.front().second)) { in collectEntityInfo()
1388 Scope = LScopes.findInlinedScope(Label->getScope(), IA); in collectEntityInfo()
1390 Scope = LScopes.findLexicalScope(Label->getScope()); in collectEntityInfo()
1409 Scope = LScopes.findLexicalScope(DV->getScope()); in collectEntityInfo()
1411 Scope = LScopes.findLexicalScope(DL->getScope()); in collectEntityInfo()
1530 assert(LScopes.empty() || SP == LScopes.getCurrentFunctionScope()->getScopeNode()); in beginFunctionImpl()
1573 LexicalScope *FnScope = LScopes.getCurrentFunctionScope(); in endFunctionImpl()
1593 LScopes.getAbstractScopesList().empty() && !IsDarwin) { in endFunctionImpl()
1601 size_t NumAbstractScopes = LScopes.getAbstractScopesList().size(); in endFunctionImpl()
1604 for (LexicalScope *AScope : LScopes.getAbstractScopesList()) { in endFunctionImpl()
1620 assert(LScopes.getAbstractScopesList().size() == NumAbstractScopes in endFunctionImpl()
1629 if (!LScopes.getAbstractScopesList().empty() && in endFunctionImpl()