Home | History | Annotate | Download | only in TableGen

Lines Matching refs:ValName

82 bool TGParser::SetValue(Record *CurRec, SMLoc Loc, Init *ValName,
88 RecordVal *RV = CurRec->getValue(ValName);
90 return Error(Loc, "Value '" + ValName->getAsUnquotedString()
97 if (VI->getNameInit() == ValName)
107 return Error(Loc, "Value '" + ValName->getAsUnquotedString()
128 ValName->getAsUnquotedString() + "' more than once");
140 return Error(Loc, "Value '" + ValName->getAsUnquotedString() + "' of type '"