Searched refs:getEncodedSourceLocation (Results 1 – 5 of 5) sorted by relevance
34 Location getEncodedSourceLocation(SMLoc loc);
92 Location getEncodedSourceLocation(SMLoc loc) { in getEncodedSourceLocation() function93 return state.lex.getEncodedSourceLocation(loc); in getEncodedSourceLocation()
167 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 …]
44 Location Lexer::getEncodedSourceLocation(SMLoc loc) { in getEncodedSourceLocation() function in Lexer62 mlir::emitError(getEncodedSourceLocation(SMLoc::getFromPointer(loc)), in emitError()
58 return parser.getEncodedSourceLocation(loc); in getEncodedSourceLoc()