Searched refs:getEncodedSourceLocation (Results 1 – 5 of 5) sorted by relevance
65 Location getEncodedSourceLocation(llvm::SMLoc loc) { in getEncodedSourceLocation() function69 return state.lex.getEncodedSourceLocation(loc); in getEncodedSourceLocation()71 return state.symbols.topLevelLexer->getEncodedSourceLocation( in getEncodedSourceLocation()
33 Location getEncodedSourceLocation(llvm::SMLoc loc);
41 Location Lexer::getEncodedSourceLocation(llvm::SMLoc loc) { in getEncodedSourceLocation() function in Lexer53 mlir::emitError(getEncodedSourceLocation(SMLoc::getFromPointer(loc)), in emitError()
57 return parser.getEncodedSourceLocation(loc); in getEncodedSourceLoc()542 getEncodedSourceLocation(loc)); in parseExtendedAttr()580 state.context, getEncodedSourceLocation(loc)); in parseExtendedType()
79 auto diag = mlir::emitError(getEncodedSourceLocation(loc), message); in emitError()430 .attachNote(getEncodedSourceLocation(entries[useInfo.number].second)) in addDefinition()438 .attachNote(getEncodedSourceLocation(entries[useInfo.number].second)) in addDefinition()513 .attachNote(getEncodedSourceLocation(entries[useInfo.number].second)) in resolveSSAUse()610 getEncodedSourceLocation(loc), name, type, /*operands=*/{}, in createForwardRefPlaceholder()760 auto srcLocation = getEncodedSourceLocation(getToken().getLoc()); in parseGenericOperation()1643 auto srcLocation = getEncodedSourceLocation(opLoc); in parseCustomOperation()1744 .attachNote(getEncodedSourceLocation(*defLoc)) in parseRegion()