Home | History | Annotate | Download | only in TableGen

Lines Matching defs:VarName

1103     std::string VarName = S.substr(Pos + 1, End - Pos - 1);
1104 assert_with_loc(Variables.find(VarName) != Variables.end(),
1106 S.replace(Pos, End - Pos, Variables.find(VarName)->second.getName());