Searched refs:LScopes (Results 1 – 2 of 2) sorted by relevance
581 if (LScopes.isCurrentFunctionScope(Scope)) in constructScopeDIE()1261 LexicalScope *Scope = LScopes.findAbstractScope(ScopeLoc.getScope(Ctx)); in findAbstractVariable()1274 if (!LScopes.isCurrentFunctionScope(Scope)) in addCurrentFnArgument()1307 LexicalScope *Scope = LScopes.findLexicalScope(VP.second); in collectVariableInfoFromMMITable()1387 Scope = LScopes.getCurrentFunctionScope(); in collectVariableInfo()1389 Scope = LScopes.findInlinedScope(DebugLoc::getFromDILocation(IA)); in collectVariableInfo()1391 Scope = LScopes.findLexicalScope(cast<MDNode>(DV->getOperand(1))); in collectVariableInfo()1455 LexicalScope *FnScope = LScopes.getCurrentFunctionScope(); in collectVariableInfo()1461 if (LexicalScope *Scope = LScopes.findLexicalScope(DV.getContext())) in collectVariableInfo()1552 WorkList.push_back(LScopes.getCurrentFunctionScope()); in identifyScopeMarkers()[all …]
341 LexicalScopes LScopes; variable