Searched refs:ScopeVariables (Results 1 – 4 of 4) sorted by relevance
88 DenseMap<LexicalScope *, ScopeVars> ScopeVariables; variable162 return ScopeVariables; in getScopeVariables()
106 auto &ScopeVars = ScopeVariables[LS]; in addScopeVariable()
232 DenseMap<const LexicalScope *, SmallVector<LocalVariable, 1>> ScopeVariables; variable
500 ScopeVariables[LS].emplace_back(std::move(Var)); in recordLocalVariable()3005 auto LI = ScopeVariables.find(&Scope); in collectLexicalBlockInfo()3007 LI != ScopeVariables.end() ? &LI->second : nullptr; in collectLexicalBlockInfo()3097 ScopeVariables.clear(); in endFunctionImpl()