Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Parser/
DParser.h65 Location getEncodedSourceLocation(llvm::SMLoc loc) { in getEncodedSourceLocation() function
69 return state.lex.getEncodedSourceLocation(loc); in getEncodedSourceLocation()
71 return state.symbols.topLevelLexer->getEncodedSourceLocation( in getEncodedSourceLocation()
DLexer.h33 Location getEncodedSourceLocation(llvm::SMLoc loc);
DLexer.cpp41 Location Lexer::getEncodedSourceLocation(llvm::SMLoc loc) { in getEncodedSourceLocation() function in Lexer
53 mlir::emitError(getEncodedSourceLocation(SMLoc::getFromPointer(loc)), in emitError()
DDialectSymbolParser.cpp57 return parser.getEncodedSourceLocation(loc); in getEncodedSourceLoc()
542 getEncodedSourceLocation(loc)); in parseExtendedAttr()
580 state.context, getEncodedSourceLocation(loc)); in parseExtendedType()
DParser.cpp79 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()