Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DFormatGen.h127 FormatToken emitErrorAndNote(SMLoc loc, const Twine &msg, const Twine &note);
493 LogicalResult emitErrorAndNote(llvm::SMLoc loc, const Twine &msg, in emitErrorAndNote() function
495 lexer.emitErrorAndNote(loc, msg, note); in emitErrorAndNote()
H A DFormatGen.cpp45 FormatToken FormatLexer::emitErrorAndNote(SMLoc loc, const Twine &msg, in emitErrorAndNote() function in FormatLexer
H A DOpFormatGen.cpp2483 return emitErrorAndNote(loc, in verifyOperands()
2506 return emitErrorAndNote( in verifyOperands()
2528 return emitErrorAndNote(loc, in verifyRegions()
2571 return emitErrorAndNote( in verifyResults()
2594 return emitErrorAndNote(loc, in verifySuccessors()
/llvm-project-15.0.7/mlir/lib/Tools/PDLL/Parser/
H A DParser.cpp529 lexer.emitErrorAndNote(loc, msg, noteLoc, note); in emitErrorAndNote()
1515 return emitErrorAndNote(metadataLoc, in parsePatternDeclMetadata()
1543 return emitErrorAndNote( in parsePatternDeclMetadata()
1573 return emitErrorAndNote( in checkDefineNamedDecl()
1646 return emitErrorAndNote( in parseConstraint()
1735 return emitErrorAndNote( in parseConstraint()
2141 return emitErrorAndNote( in parseTupleExpr()
2526 return emitErrorAndNote( in createVariableDecl()
2613 return emitErrorAndNote(ref.referenceLoc, in validateVariableConstraint()
2686 return emitErrorAndNote( in createCallExpr()
[all …]
H A DLexer.h193 Token emitErrorAndNote(SMRange loc, const Twine &msg, SMRange noteLoc,
H A DLexer.cpp125 Token Lexer::emitErrorAndNote(SMRange loc, const Twine &msg, SMRange noteLoc, in emitErrorAndNote() function in Lexer