Home
last modified time | relevance | path

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

/external/llvm/lib/TableGen/
DTGParser.h133 bool ProcessForeachDefs(Record *CurRec, SMLoc Loc);
134 bool ProcessForeachDefs(Record *CurRec, SMLoc Loc, IterSet &IterVals);
DTGParser.cpp281 bool TGParser::ProcessForeachDefs(Record *CurRec, SMLoc Loc) { in ProcessForeachDefs() function in TGParser
289 return ProcessForeachDefs(CurRec, Loc, IterVals); in ProcessForeachDefs()
295 bool TGParser::ProcessForeachDefs(Record *CurRec, SMLoc Loc, IterSet &IterVals){ in ProcessForeachDefs() function in TGParser
310 if (ProcessForeachDefs(CurRec, Loc, IterVals)) in ProcessForeachDefs()
2042 if (ProcessForeachDefs(CurRec, DefLoc)) in ParseDef()