Searched defs:SubClassLoc (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/TableGen/
H A DTGParser.cpp2334 SMLoc SubClassLoc,
2356 return Error(SubClassLoc, "value not specified for template argument #"+
2428 SMLoc SubClassLoc = Lex.getLoc(); local
2444 return Error(SubClassLoc,
2455 if (ResolveMulticlassDefArgs(*MC, CurRec, DefmPrefixLoc, SubClassLoc,
2457 return Error(SubClassLoc, "could not instantiate def");
2460 return Error(SubClassLoc, "could not instantiate def");
2469 SubClassLoc = Lex.getLoc();
2331 ResolveMulticlassDefArgs(MultiClass &MC, Record *CurRec, SMLoc DefmPrefixLoc, SMLoc SubClassLoc, const std::vector<Init *> &TArgs, std::vector<Init *> &TemplateVals, bool DeleteArgs) argument

Completed in 79 milliseconds