Lines Matching refs:LScopes
703 createAbstractVariable(Cleansed, LScopes.getOrCreateAbstractScope( in ensureAbstractVariableIsCreated()
714 LScopes.findAbstractScope(cast_or_null<DILocalScope>(ScopeNode))) in ensureAbstractVariableIsCreatedIfScoped()
729 LexicalScope *Scope = LScopes.findLexicalScope(VI.Loc); in collectVariableInfoFromMMITable()
946 Scope = LScopes.findInlinedScope(IV.first->getScope(), IA); in collectVariableInfo()
948 Scope = LScopes.findLexicalScope(IV.first->getScope()); in collectVariableInfo()
989 if (LexicalScope *Scope = LScopes.findLexicalScope(DV->getScope())) in collectVariableInfo()
1052 if (LScopes.empty()) in beginFunction()
1058 LexicalScope *FnScope = LScopes.getCurrentFunctionScope(); in beginFunction()
1096 if (!MMI->hasDebugInfo() || LScopes.empty() || !SP || in endFunction()
1114 LexicalScope *FnScope = LScopes.getCurrentFunctionScope(); in endFunction()
1127 LScopes.getAbstractScopesList().empty() && !IsDarwin) { in endFunction()
1140 size_t NumAbstractScopes = LScopes.getAbstractScopesList().size(); in endFunction()
1143 for (LexicalScope *AScope : LScopes.getAbstractScopesList()) { in endFunction()
1151 assert(LScopes.getAbstractScopesList().size() == NumAbstractScopes in endFunction()
1159 if (!LScopes.getAbstractScopesList().empty()) in endFunction()