Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.h280 bool ParseBodyItem(Record *CurRec);
H A DTGParser.cpp3437 bool TGParser::ParseBodyItem(Record *CurRec) { in ParseBodyItem() function in TGParser
3508 if (ParseBodyItem(CurRec)) in ParseBody()