Home
last modified time | relevance | path

Searched refs:parseAsmSourceFile (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/AsmParser/
H A DAsmParser.h41 parseAsmSourceFile(const llvm::SourceMgr &sourceMgr, Block *block,
/llvm-project-15.0.7/mlir/lib/Parser/
H A DParser.cpp28 return parseAsmSourceFile(sourceMgr, block, config); in parseSourceFile()
/llvm-project-15.0.7/mlir/lib/Tools/mlir-lsp-server/
H A DMLIRServer.cpp328 if (failed(parseAsmSourceFile(sourceMgr, &parsedIR, &context, &asmState))) { in MLIRDocument()
801 (void)parseAsmSourceFile(sourceMgr, &tmpIR, &tmpContext, &tmpState, in getCodeCompletion()
/llvm-project-15.0.7/mlir/lib/AsmParser/
H A DParser.cpp2602 mlir::parseAsmSourceFile(const llvm::SourceMgr &sourceMgr, Block *block, in parseAsmSourceFile() function in mlir