Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Tools/lsp-server-support/
H A DProtocol.cpp819 assert((value.labelOffsets || !value.labelString.empty()) && in toJSON()
826 result["label"] = value.labelString; in toJSON()
H A DProtocol.h918 std::string labelString; member
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DProtocol.cpp1027 assert((PI.labelOffsets || !PI.labelString.empty()) && in toJSON()
1034 Result["label"] = PI.labelString; in toJSON()
H A DProtocol.h1284 std::string labelString; member
H A DCodeComplete.cpp1075 Info.labelString = std::string(ChunkText); in processParameterChunk()
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DCodeCompleteTests.cpp1259 if (P[I].Text != arg.parameters[I].labelString ||