Searched refs:InsertTextFormat (Results 1 – 7 of 7) sorted by relevance
777 enum class InsertTextFormat { enum798 insertTextFormat(InsertTextFormat::PlainText) {}829 InsertTextFormat insertTextFormat = InsertTextFormat::Missing;
751 if (value.insertTextFormat != InsertTextFormat::Missing) in toJSON()
725 item.insertTextFormat = lsp::InsertTextFormat::PlainText; in codeCompleteTupleMemberAccess()771 item.insertTextFormat = lsp::InsertTextFormat::PlainText; in codeCompleteOperationMemberAccess()804 item.insertTextFormat = lsp::InsertTextFormat::PlainText; in codeCompleteOperationAttributeName()825 ? lsp::InsertTextFormat::PlainText in codeCompleteConstraintName()826 : lsp::InsertTextFormat::Snippet; in codeCompleteConstraintName()907 item.insertTextFormat = lsp::InsertTextFormat::PlainText; in codeCompleteDialectName()923 item.insertTextFormat = lsp::InsertTextFormat::PlainText; in codeCompleteOperationName()939 ? lsp::InsertTextFormat::PlainText in codeCompletePatternMetadata()940 : lsp::InsertTextFormat::Snippet; in codeCompletePatternMetadata()
1186 enum class InsertTextFormat { enum1232 InsertTextFormat insertTextFormat = InsertTextFormat::Missing;
2175 ? InsertTextFormat::Snippet in render()2176 : InsertTextFormat::PlainText; in render()
997 if (CI.insertTextFormat != InsertTextFormat::Missing) in toJSON()
1997 EXPECT_EQ(R.insertTextFormat, InsertTextFormat::PlainText); in TEST()2014 EXPECT_EQ(R.insertTextFormat, InsertTextFormat::Snippet); in TEST()2019 EXPECT_EQ(R.insertTextFormat, InsertTextFormat::PlainText); in TEST()