Home | History | Annotate | Download | only in TableGen

Lines Matching defs:NameLoc

779                              const std::string &Name, SMLoc NameLoc,
825 Error(NameLoc, "Variable not defined: '" + Name + "'");
1227 SMLoc NameLoc = Lex.getLoc();
1230 return ParseIDValue(CurRec, Name, NameLoc, Mode); // Value ::= IDValue
1243 Error(NameLoc, "Expected a class name, got '" + Name + "'");
1259 NameLoc,
1262 SCRef.RefLoc = NameLoc;
2091 SMLoc NameLoc = Lex.getLoc();
2110 Result.push_back(LetRecord(Name, Bits, Val, NameLoc));