Home
last modified time | relevance | path

Searched refs:getEncodedSourceLocation (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/mlir/lib/AsmParser/
H A DLexer.h34 Location getEncodedSourceLocation(SMLoc loc);
H A DParser.h92 Location getEncodedSourceLocation(SMLoc loc) { in getEncodedSourceLocation() function
93 return state.lex.getEncodedSourceLocation(loc); in getEncodedSourceLocation()
H A DParser.cpp167 auto diag = mlir::emitError(getEncodedSourceLocation(loc), message); in emitError()
855 .attachNote(getEncodedSourceLocation(entries[useInfo.number].loc)) in addDefinition()
958 .attachNote(getEncodedSourceLocation(entries[useInfo.number].loc)) in resolveSSAUse()
1054 getEncodedSourceLocation(loc), name, type, /*operands=*/{}, in createForwardRefPlaceholder()
1296 typeLoc = getEncodedSourceLocation(getToken().getLoc()); in parseGenericOperationAfterOpName()
1331 auto srcLocation = getEncodedSourceLocation(getToken().getLoc()); in parseGenericOperation()
1874 auto srcLocation = getEncodedSourceLocation(opLoc); in parseCustomOperation()
2018 .attachNote(getEncodedSourceLocation(*defLoc)) in parseRegionBody()
2023 : getEncodedSourceLocation(argInfo.location); in parseRegionBody()
2203 auto loc = getEncodedSourceLocation(useInfo.location); in parseOptionalBlockArgList()
[all …]
H A DLexer.cpp44 Location Lexer::getEncodedSourceLocation(SMLoc loc) { in getEncodedSourceLocation() function in Lexer
62 mlir::emitError(getEncodedSourceLocation(SMLoc::getFromPointer(loc)), in emitError()
H A DAsmParserImpl.h58 return parser.getEncodedSourceLocation(loc); in getEncodedSourceLoc()