reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/TableGen/TGParser.cpp
  144   if (RecordVal *ERV = CurRec->getValue(RV.getNameInit())) {
  146     if (ERV->setValue(RV.getValue()))
  147       return Error(Loc, "New definition of '" + RV.getName() + "' of type '" +
  148                    RV.getType()->getAsString() + "' is incompatible with " +
  152     CurRec->addValue(RV);