Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.h290 const Init *ParseIDValue(Record *CurRec, const StringInit *Name,
H A DTGParser.cpp1153 const Init *TGParser::ParseIDValue(Record *CurRec, const StringInit *Name, in ParseIDValue() function in TGParser
2759 return ParseIDValue(CurRec, Name, NameLoc, Mode); // Value ::= IDValue in ParseSimpleValue()