Lines Matching defs:VarName
1121 std::string VarName = S.substr(Pos + 1, End - Pos - 1);1122 assert_with_loc(Variables.find(VarName) != Variables.end(),1124 S.replace(Pos, End - Pos, Variables.find(VarName)->second.getName());