Searched refs:emitWrongTokenError (Results 1 – 7 of 7) sorted by relevance
44 return emitWrongTokenError("expected 'at' in callsite location"); in parseCallSiteLocation()104 return emitWrongTokenError( in parseNameOrFileLineColLocation()108 return emitWrongTokenError( in parseNameOrFileLineColLocation()118 return emitWrongTokenError( in parseNameOrFileLineColLocation()158 return emitWrongTokenError("expected location instance"); in parseLocationInstance()175 return emitWrongTokenError("expected location instance"); in parseLocationInstance()
281 return emitWrongTokenError("expected bare identifier"), nullptr; in parseBareIdExpr()291 return emitWrongTokenError("use of undeclared identifier"), nullptr; in parseBareIdExpr()297 return emitWrongTokenError("unexpected ssa identifier"), nullptr; in parseSSAIdExpr()299 return emitWrongTokenError("expected ssa identifier"), nullptr; in parseSSAIdExpr()474 return emitWrongTokenError("expected bare identifier"); in parseIdentifierDefinition()
163 return emitWrongTokenError("invalid offset"); in parseStridedLayout()298 return (emitWrongTokenError("expected non-function type"), nullptr); in parseNonFunctionType()522 return emitWrongTokenError( in parseVectorDimensionList()609 return emitWrongTokenError("expected 'x' in dimension list"); in parseXInDimensionList()
144 return emitWrongTokenError("expected list element"); in parseCommaSeparatedListUntil()180 InFlightDiagnostic Parser::emitWrongTokenError(const Twine &message) { in emitWrongTokenError() function in Parser236 return emitWrongTokenError(message); in parseToken()1094 return emitWrongTokenError("expected integer number of results"); in parseOperation()1128 return emitWrongTokenError("expected operation name in quotes"); in parseOperation()1186 return emitWrongTokenError("expected block name"); in parseSuccessor()1529 return parser.emitWrongTokenError("expected operand"); in parseOperandList()
124 return (emitWrongTokenError( in parseAttribute()228 return emitWrongTokenError("expected attribute value"), Attribute(); in parseAttribute()292 return emitWrongTokenError("expected attribute name"); in parseAttributeDict()
88 InFlightDiagnostic emitWrongTokenError(const Twine &message = {});
180 return (p.emitWrongTokenError("undefined symbol alias id '" + identifier + in parseExtendedSymbol()