Searched refs:VarIter (Results 1 – 2 of 2) sorted by relevance
238 unsigned VarIter = 0; member in __anonef2f84bd0111::LocalScope::const_iterator249 : Scope(&S), VarIter(I) { in const_iterator()252 if (VarIter == 0 && Scope) in const_iterator()258 assert(VarIter != 0 && "Iterator has invalid value of VarIter member"); in operator ->()259 return &Scope->Vars[VarIter - 1]; in operator ->()264 assert(VarIter != 0 && "Iterator has invalid value of VarIter member"); in getFirstVarInScope()276 assert(VarIter != 0 && "Iterator has invalid value of VarIter member"); in operator ++()277 --VarIter; in operator ++()278 if (VarIter == 0) in operator ++()289 return Scope == rhs.Scope && VarIter == rhs.VarIter; in operator ==()[all …]
1401 auto VarIter = GlobalVariableTable.find(VarName); in getPatternVarValue() local1402 if (VarIter == GlobalVariableTable.end()) in getPatternVarValue()1405 return VarIter->second; in getPatternVarValue()