Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:ParseType

582       ParseType(Ty, TyLoc) ||
722 ParseType(Ty, TyLoc))
1510 /// ParseType - Parse a type.
1511 bool LLParser::ParseType(Type *&Result, bool AllowVoid) {
1644 if (ParseType(ArgTy, ArgLoc))
1687 if (ParseType(ArgTy) ||
1715 if (ParseType(ArgTy) || ParseOptionalParamAttrs(Attrs)) return true;
1814 return ParseType(ResultTy);
1853 if (ParseType(Ty)) return true;
1861 if (ParseType(Ty)) return true;
1891 if (ParseType(EltTy)) return true;
2387 ParseType(DestTy) ||
2657 return ParseType(Ty) ||
2861 return ParseType(Ty) ||
2895 ParseType(RetType, RetTypeLoc, true /*void allowed*/))
3341 if (ParseType(Ty, true /*void allowed*/)) return true;
3498 ParseType(RetType, RetTypeLoc, true /*void allowed*/) ||
3690 ParseType(DestTy))
3730 ParseType(EltTy, TypeLoc))
3801 if (ParseType(Ty, TypeLoc) ||
3850 if (ParseType(Ty, TyLoc) ||
3908 ParseType(RetType, RetTypeLoc, true /*void allowed*/) ||
4000 if (ParseType(Ty)) return true;