Home | History | Annotate | Download | only in TableGen

Lines Matching refs:SubClassLoc

2439                                         SMLoc DefmPrefixLoc, SMLoc SubClassLoc,
2461 return Error(SubClassLoc, "value not specified for template argument #" +
2525 SMLoc SubClassLoc = Lex.getLoc();
2541 return Error(SubClassLoc,
2559 if (ResolveMulticlassDefArgs(*MC, CurRec, DefmLoc, SubClassLoc,
2561 return Error(SubClassLoc, "could not instantiate def");
2564 return Error(SubClassLoc, "could not instantiate def");
2582 SubClassLoc = Lex.getLoc();