Home | History | Annotate | Download | only in TableGen

Lines Matching refs:NameLoc

743                              const std::string &Name, SMLoc NameLoc,
789 Error(NameLoc, "Variable not defined: '" + Name + "'");
1187 SMLoc NameLoc = Lex.getLoc();
1190 return ParseIDValue(CurRec, Name, NameLoc, Mode); // Value ::= IDValue
1203 Error(NameLoc, "Expected a class name, got '" + Name + "'");
1220 NameLoc,
1224 SCRef.RefRange = SMRange(NameLoc, EndLoc);
2102 SMLoc NameLoc = Lex.getLoc();
2121 Result.push_back(LetRecord(Name, Bits, Val, NameLoc));