Home
last modified time | relevance | path

Searched refs:inputStyle (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Tools/mlir-lsp-server/
H A DMlirLspServerMain.cpp23 llvm::cl::opt<JSONStreamStyle> inputStyle{ in MlirLspServerMain() local
59 inputStyle = JSONStreamStyle::Delimited; in MlirLspServerMain()
69 JSONTransport transport(stdin, llvm::outs(), inputStyle, prettyPrint); in MlirLspServerMain()
/llvm-project-15.0.7/mlir/lib/Tools/mlir-pdll-lsp-server/
H A DMlirPdllLspServerMain.cpp21 llvm::cl::opt<JSONStreamStyle> inputStyle{ in MlirPdllLspServerMain() local
65 inputStyle = JSONStreamStyle::Delimited; in MlirPdllLspServerMain()
75 JSONTransport transport(stdin, llvm::outs(), inputStyle, prettyPrint); in MlirPdllLspServerMain()
/llvm-project-15.0.7/mlir/lib/Tools/tblgen-lsp-server/
H A DTableGenLspServerMain.cpp21 llvm::cl::opt<JSONStreamStyle> inputStyle{ in TableGenLspServerMain() local
65 inputStyle = JSONStreamStyle::Delimited; in TableGenLspServerMain()
75 JSONTransport transport(stdin, llvm::outs(), inputStyle, prettyPrint); in TableGenLspServerMain()