Searched refs:inputStyle (Results 1 – 3 of 3) sorted by relevance
23 llvm::cl::opt<JSONStreamStyle> inputStyle{ in MlirLspServerMain() local59 inputStyle = JSONStreamStyle::Delimited; in MlirLspServerMain()69 JSONTransport transport(stdin, llvm::outs(), inputStyle, prettyPrint); in MlirLspServerMain()
21 llvm::cl::opt<JSONStreamStyle> inputStyle{ in MlirPdllLspServerMain() local65 inputStyle = JSONStreamStyle::Delimited; in MlirPdllLspServerMain()75 JSONTransport transport(stdin, llvm::outs(), inputStyle, prettyPrint); in MlirPdllLspServerMain()
21 llvm::cl::opt<JSONStreamStyle> inputStyle{ in TableGenLspServerMain() local65 inputStyle = JSONStreamStyle::Delimited; in TableGenLspServerMain()75 JSONTransport transport(stdin, llvm::outs(), inputStyle, prettyPrint); in TableGenLspServerMain()