Searched refs:AllowVoid (Results 1 – 2 of 2) sorted by relevance
248 bool ParseType(Type *&Result, bool AllowVoid = false);249 bool ParseType(Type *&Result, LocTy &Loc, bool AllowVoid = false) {251 return ParseType(Result, AllowVoid);
1511 bool LLParser::ParseType(Type *&Result, bool AllowVoid) { in ParseType() argument1580 if (!AllowVoid && Result->isVoidTy()) in ParseType()