Home
last modified time | relevance | path

Searched refs:SubClassLoc (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/TableGen/
DTGParser.cpp2456 SMLoc SubClassLoc, in ResolveMulticlassDefArgs() argument
2478 return Error(SubClassLoc, "value not specified for template argument #"+ in ResolveMulticlassDefArgs()
2547 SMLoc SubClassLoc = Lex.getLoc(); in ParseDefm() local
2563 return Error(SubClassLoc, in ParseDefm()
2576 if (ResolveMulticlassDefArgs(*MC, CurRec, DefmLoc, SubClassLoc, in ParseDefm()
2578 return Error(SubClassLoc, "could not instantiate def"); in ParseDefm()
2581 return Error(SubClassLoc, "could not instantiate def"); in ParseDefm()
2599 SubClassLoc = Lex.getLoc(); in ParseDefm()
DTGParser.h145 SMLoc SubClassLoc,