Home
last modified time | relevance | path

Searched refs:getEncodedSourceLoc (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/mlir/test/lib/Dialect/Test/
H A DTestTypes.cpp199 Location loc = parser.getEncodedSourceLoc(parser.getNameLoc()); in parse()
H A DTestDialect.cpp946 Location currLocation = parser.getEncodedSourceLoc(loc); in parse()
/llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMTypeSyntax.cpp352 Location loc = parser.getEncodedSourceLoc(parser.getCurrentLocation()); in parseStructType()
/llvm-project-15.0.7/mlir/lib/AsmParser/
H A DAsmParserImpl.h57 Location getEncodedSourceLoc(SMLoc loc) override { in getEncodedSourceLoc() function
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DOpImplementation.h484 virtual Location getEncodedSourceLoc(SMLoc loc) = 0;
/llvm-project-15.0.7/mlir/lib/Dialect/GPU/IR/
H A DGPUDialect.cpp172 parser.getEncodedSourceLoc(beginLoc)), in parseType()