Home
last modified time | relevance | path

Searched refs:DocumentHighlight (Results 1 – 20 of 20) sorted by relevance

/external/llvm-project/clang-tools-extra/clangd/
DProtocol.h1301 struct DocumentHighlight { struct
1308 friend bool operator<(const DocumentHighlight &LHS, argument
1309 const DocumentHighlight &RHS) {
1315 friend bool operator==(const DocumentHighlight &LHS, argument
1316 const DocumentHighlight &RHS) {
1320 llvm::json::Value toJSON(const DocumentHighlight &DH);
1321 llvm::raw_ostream &operator<<(llvm::raw_ostream &, const DocumentHighlight &);
DXRefs.h78 std::vector<DocumentHighlight> findDocumentHighlights(ParsedAST &AST,
DXRefs.cpp1060 DocumentHighlight toHighlight(const ReferenceFinder::Reference &Ref, in toHighlight()
1062 DocumentHighlight DH; in toHighlight()
1073 llvm::Optional<DocumentHighlight> toHighlight(SourceLocation Loc, in toHighlight()
1077 DocumentHighlight Result; in toHighlight()
1088 std::vector<DocumentHighlight> findDocumentHighlights(ParsedAST &AST, in findDocumentHighlights()
1097 std::vector<DocumentHighlight> Result; in findDocumentHighlights()
DClangdServer.h219 Callback<std::vector<DocumentHighlight>> CB);
DClangdLSPServer.h124 Callback<std::vector<DocumentHighlight>>);
DProtocol.cpp1027 llvm::json::Value toJSON(const DocumentHighlight &DH) { in toJSON()
1097 const DocumentHighlight &V) { in operator <<()
DClangdServer.cpp586 PathRef File, Position Pos, Callback<std::vector<DocumentHighlight>> CB) { in findDocumentHighlights()
DClangdLSPServer.cpp1184 Callback<std::vector<DocumentHighlight>> Reply) { in onDocumentHighlight()
/external/llvm-project/clang-tools-extra/clangd/unittests/
DSyncAPI.cpp93 llvm::Expected<std::vector<DocumentHighlight>>
95 llvm::Optional<llvm::Expected<std::vector<DocumentHighlight>>> Result; in runFindDocumentHighlights()
DSyncAPI.h40 llvm::Expected<std::vector<DocumentHighlight>>
DXRefsTests.cpp59 Matcher<const std::vector<DocumentHighlight> &>
61 std::vector<DocumentHighlight> Expected; in HighlightsFrom()
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Dtsserver.go55 DocumentHighlight(context.Context, *DocumentHighlightParams) ([]DocumentHighlight, error) methodSpec
386 resp, err := h.server.DocumentHighlight(ctx, &params)
719 func (s *serverDispatcher) DocumentHighlight(ctx context.Context, params *DocumentHighlightParams) … func
720 var result []DocumentHighlight
Dtsprotocol.go644 DocumentHighlight *DocumentHighlightClientCapabilities `json:"documentHighlight,omitempty"` member
3543 type DocumentHighlight struct { struct
/external/angle/third_party/vulkan-deps/spirv-tools/src/utils/vscode/src/lsp/protocol/
Dtsserver.go55 DocumentHighlight(context.Context, *DocumentHighlightParams) ([]DocumentHighlight, error) methodSpec
386 resp, err := h.server.DocumentHighlight(ctx, &params)
719 func (s *serverDispatcher) DocumentHighlight(ctx context.Context, params *DocumentHighlightParams) … func
720 var result []DocumentHighlight
Dtsprotocol.go644 DocumentHighlight *DocumentHighlightClientCapabilities `json:"documentHighlight,omitempty"` member
3543 type DocumentHighlight struct { struct
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Dtsserver.go55 DocumentHighlight(context.Context, *DocumentHighlightParams) ([]DocumentHighlight, error) methodSpec
386 resp, err := h.server.DocumentHighlight(ctx, &params)
719 func (s *serverDispatcher) DocumentHighlight(ctx context.Context, params *DocumentHighlightParams) … func
720 var result []DocumentHighlight
Dtsprotocol.go644 DocumentHighlight *DocumentHighlightClientCapabilities `json:"documentHighlight,omitempty"` member
3543 type DocumentHighlight struct { struct
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/
Dlangsvr.go327 func (s *server) DocumentHighlight(ctx context.Context, p *lsp.DocumentHighlightParams) ([]lsp.Docu… func
/external/angle/third_party/vulkan-deps/spirv-tools/src/utils/vscode/src/
Dlangsvr.go332 func (s *server) DocumentHighlight(ctx context.Context, p *lsp.DocumentHighlightParams) ([]lsp.Docu… func
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/
Dlangsvr.go327 func (s *server) DocumentHighlight(ctx context.Context, p *lsp.DocumentHighlightParams) ([]lsp.Docu… func