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

/external/llvm/lib/TableGen/
H A DTGParser.cpp2322 SMLoc SubClassLoc,
2344 return Error(SubClassLoc, "value not specified for template argument #"+
2416 SMLoc SubClassLoc = Lex.getLoc(); local
2432 return Error(SubClassLoc,
2443 if (ResolveMulticlassDefArgs(*MC, CurRec, DefmPrefixLoc, SubClassLoc,
2445 return Error(SubClassLoc, "could not instantiate def");
2448 return Error(SubClassLoc, "could not instantiate def");
2457 SubClassLoc = Lex.getLoc();
2319 ResolveMulticlassDefArgs(MultiClass &MC, Record *CurRec, SMLoc DefmPrefixLoc, SMLoc SubClassLoc, const std::vector<Init *> &TArgs, std::vector<Init *> &TemplateVals, bool DeleteArgs) argument

Completed in 367 milliseconds