Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:ParseType

529       ParseType(Ty, TyLoc) ||
663 ParseType(Ty, TyLoc))
1230 /// ParseType - Parse a type.
1231 bool LLParser::ParseType(Type *&Result, bool AllowVoid) {
1364 if (ParseType(ArgTy, ArgLoc))
1405 if (ParseType(ArgTy) ||
1430 if (ParseType(ArgTy) || ParseOptionalAttrs(Attrs, 0)) return true;
1526 return ParseType(ResultTy);
1565 if (ParseType(Ty)) return true;
1573 if (ParseType(Ty)) return true;
1603 if (ParseType(EltTy)) return true;
2094 ParseType(DestTy) ||
2363 return ParseType(Ty) ||
2563 return ParseType(Ty) ||
2596 ParseType(RetType, RetTypeLoc, true /*void allowed*/))
3027 if (ParseType(Ty, true /*void allowed*/)) return true;
3182 ParseType(RetType, RetTypeLoc, true /*void allowed*/) ||
3366 ParseType(DestTy))
3406 ParseType(EltTy, TypeLoc))
3477 if (ParseType(Ty, TypeLoc) ||
3526 if (ParseType(Ty, TyLoc) ||
3582 ParseType(RetType, RetTypeLoc, true /*void allowed*/) ||
3666 if (ParseType(Ty)) return true;