Searched defs:getCurrentLocation (Results 1 – 4 of 4) sorted by relevance
/llvm-project/lld/ELF/ | ||
H A D | ScriptLexer.cpp | 88 std::string ScriptLexer::getCurrentLocation() { getCurrentLocation() function in ScriptLexer |
/llvm-project/mlir/lib/AsmParser/ | ||
H A D | AsmParserImpl.h | 56 SMLoc getCurrentLocation() override { return parser.getToken().getLoc(); } in getCurrentLocation() function |
/llvm-project/mlir/include/mlir/IR/ | ||
H A D | OpImplementation.h | 570 ParseResult getCurrentLocation(SMLoc *loc) { in getCurrentLocation() function |
/llvm-project/flang/lib/Lower/ | ||
H A D | Bridge.cpp | 934 mlir::Location getCurrentLocation() override final { return toLocation(); } getCurrentLocation() function in __anonc6773cb50211::FirConverter |