Home | History | Annotate | Download | only in TableGen

Lines Matching refs:ParseType

666 /// ParseType - Parse and return a tblgen type.  This returns null on error.
677 RecTy *TGParser::ParseType() {
711 RecTy *SubType = ParseType();
1119 Type = ParseType();
1299 GivenEltTy = ParseType();
1648 RecTy *Type = ParseType();