Home
last modified time | relevance | path

Searched refs:emitWrongTokenError (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/mlir/lib/AsmParser/
H A DLocationParser.cpp44 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()
H A DAffineParser.cpp281 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()
H A DTypeParser.cpp163 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()
H A DParser.cpp144 return emitWrongTokenError("expected list element"); in parseCommaSeparatedListUntil()
180 InFlightDiagnostic Parser::emitWrongTokenError(const Twine &message) { in emitWrongTokenError() function in Parser
236 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()
H A DAttributeParser.cpp124 return (emitWrongTokenError( in parseAttribute()
228 return emitWrongTokenError("expected attribute value"), Attribute(); in parseAttribute()
292 return emitWrongTokenError("expected attribute name"); in parseAttributeDict()
H A DParser.h88 InFlightDiagnostic emitWrongTokenError(const Twine &message = {});
H A DDialectSymbolParser.cpp180 return (p.emitWrongTokenError("undefined symbol alias id '" + identifier + in parseExtendedSymbol()