Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.h307 const TypedInit *ParseSliceElements(Record *CurRec, bool Single = false);
H A DTGParser.cpp895 const TypedInit *TGParser::ParseSliceElements(Record *CurRec, bool Single) { in ParseSliceElements() function in TGParser
3028 const TypedInit *RHS = ParseSliceElements(CurRec, /*Single=*/true); in ParseValue()