Searched refs:ScopeVars (Results 1 – 2 of 2) sorted by relevance
86 auto &ScopeVars = ScopeVariables[LS]; in addScopeVariable() local89 auto Cached = ScopeVars.Args.find(ArgNum); in addScopeVariable()90 if (Cached == ScopeVars.Args.end()) in addScopeVariable()91 ScopeVars.Args[ArgNum] = Var; in addScopeVariable()97 ScopeVars.Locals.push_back(Var); in addScopeVariable()
56 struct ScopeVars { struct63 DenseMap<LexicalScope *, ScopeVars> ScopeVariables; argument125 DenseMap<LexicalScope *, ScopeVars> &getScopeVariables() { in getScopeVariables()