Home
last modified time | relevance | path

Searched refs:emitErrorAndNote (Results 1 – 6 of 6) sorted by relevance

/llvm-project/mlir/tools/mlir-tblgen/
H A DFormatGen.h128 FormatToken emitErrorAndNote(SMLoc loc, const Twine &msg, const Twine &note);
542 LogicalResult emitErrorAndNote(llvm::SMLoc loc, const Twine &msg, in emitErrorAndNote() function
544 lexer.emitErrorAndNote(loc, msg, note); in emitErrorAndNote()
H A DOpFormatGen.cpp3035 (void)emitErrorAndNote( in verifyOIListElements()
3056 return emitErrorAndNote(loc, in verifyOIListElements()
3079 return emitErrorAndNote( in handleSameTypesConstraint()
3101 return emitErrorAndNote(loc, in handleSameTypesConstraint()
3144 return emitErrorAndNote( in parseVariableImpl()
3167 return emitErrorAndNote(loc, in parseVariableImpl()
H A DFormatGen.cpp46 FormatToken FormatLexer::emitErrorAndNote(SMLoc loc, const Twine &msg, in emitErrorAndNote()
45 FormatToken FormatLexer::emitErrorAndNote(SMLoc loc, const Twine &msg, emitErrorAndNote() function in FormatLexer
/llvm-project/mlir/lib/Tools/PDLL/Parser/
H A DParser.cpp529 LogicalResult emitErrorAndNote(SMRange loc, const Twine &msg, SMRange noteLoc, in emitError()
531 lexer.emitErrorAndNote(loc, msg, noteLoc, note); in emitErrorAndNote()
1544 return emitErrorAndNote(metadataLoc, in parsePatternDeclMetadata()
1572 return emitErrorAndNote( in parsePatternDeclMetadata()
1602 return emitErrorAndNote( in checkDefineNamedDecl()
1673 return emitErrorAndNote( in parseConstraint()
1762 return emitErrorAndNote( in parseConstraint()
2179 return emitErrorAndNote( in parseTupleExpr()
2562 return emitErrorAndNote( in createVariableDecl()
2636 return emitErrorAndNote(re in validateVariableConstraint()
530 LogicalResult emitErrorAndNote(SMRange loc, const Twine &msg, SMRange noteLoc, emitErrorAndNote() function in __anonf80b1b600111::Parser
[all...]
H A DLexer.h192 Token emitErrorAndNote(SMRange loc, const Twine &msg, SMRange noteLoc,
H A DLexer.cpp124 Token Lexer::emitErrorAndNote(SMRange loc, const Twine &msg, SMRange noteLoc, in emitErrorAndNote() function in Lexer