Searched refs:emitErrorAndNote (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/mlir/tools/mlir-tblgen/ |
| H A D | FormatGen.h | 127 FormatToken emitErrorAndNote(SMLoc loc, const Twine &msg, const Twine ¬e); 493 LogicalResult emitErrorAndNote(llvm::SMLoc loc, const Twine &msg, in emitErrorAndNote() function 495 lexer.emitErrorAndNote(loc, msg, note); in emitErrorAndNote()
|
| H A D | FormatGen.cpp | 45 FormatToken FormatLexer::emitErrorAndNote(SMLoc loc, const Twine &msg, in emitErrorAndNote() function in FormatLexer
|
| H A D | OpFormatGen.cpp | 2483 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 D | Parser.cpp | 529 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 D | Lexer.h | 193 Token emitErrorAndNote(SMRange loc, const Twine &msg, SMRange noteLoc,
|
| H A D | Lexer.cpp | 125 Token Lexer::emitErrorAndNote(SMRange loc, const Twine &msg, SMRange noteLoc, in emitErrorAndNote() function in Lexer
|