/external/llvm-project/clang-tools-extra/clangd/ |
D | Protocol.h | 1301 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 &);
|
D | XRefs.h | 78 std::vector<DocumentHighlight> findDocumentHighlights(ParsedAST &AST,
|
D | XRefs.cpp | 1060 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()
|
D | ClangdServer.h | 219 Callback<std::vector<DocumentHighlight>> CB);
|
D | ClangdLSPServer.h | 124 Callback<std::vector<DocumentHighlight>>);
|
D | Protocol.cpp | 1027 llvm::json::Value toJSON(const DocumentHighlight &DH) { in toJSON() 1097 const DocumentHighlight &V) { in operator <<()
|
D | ClangdServer.cpp | 586 PathRef File, Position Pos, Callback<std::vector<DocumentHighlight>> CB) { in findDocumentHighlights()
|
D | ClangdLSPServer.cpp | 1184 Callback<std::vector<DocumentHighlight>> Reply) { in onDocumentHighlight()
|
/external/llvm-project/clang-tools-extra/clangd/unittests/ |
D | SyncAPI.cpp | 93 llvm::Expected<std::vector<DocumentHighlight>> 95 llvm::Optional<llvm::Expected<std::vector<DocumentHighlight>>> Result; in runFindDocumentHighlights()
|
D | SyncAPI.h | 40 llvm::Expected<std::vector<DocumentHighlight>>
|
D | XRefsTests.cpp | 59 Matcher<const std::vector<DocumentHighlight> &> 61 std::vector<DocumentHighlight> Expected; in HighlightsFrom()
|
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/ |
D | tsserver.go | 55 DocumentHighlight(context.Context, *DocumentHighlightParams) ([]DocumentHighlight, error) methodSpec 386 resp, err := h.server.DocumentHighlight(ctx, ¶ms) 719 func (s *serverDispatcher) DocumentHighlight(ctx context.Context, params *DocumentHighlightParams) … func 720 var result []DocumentHighlight
|
D | tsprotocol.go | 644 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/ |
D | tsserver.go | 55 DocumentHighlight(context.Context, *DocumentHighlightParams) ([]DocumentHighlight, error) methodSpec 386 resp, err := h.server.DocumentHighlight(ctx, ¶ms) 719 func (s *serverDispatcher) DocumentHighlight(ctx context.Context, params *DocumentHighlightParams) … func 720 var result []DocumentHighlight
|
D | tsprotocol.go | 644 DocumentHighlight *DocumentHighlightClientCapabilities `json:"documentHighlight,omitempty"` member 3543 type DocumentHighlight struct { struct
|
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/protocol/ |
D | tsserver.go | 55 DocumentHighlight(context.Context, *DocumentHighlightParams) ([]DocumentHighlight, error) methodSpec 386 resp, err := h.server.DocumentHighlight(ctx, ¶ms) 719 func (s *serverDispatcher) DocumentHighlight(ctx context.Context, params *DocumentHighlightParams) … func 720 var result []DocumentHighlight
|
D | tsprotocol.go | 644 DocumentHighlight *DocumentHighlightClientCapabilities `json:"documentHighlight,omitempty"` member 3543 type DocumentHighlight struct { struct
|
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/ |
D | langsvr.go | 327 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/ |
D | langsvr.go | 332 func (s *server) DocumentHighlight(ctx context.Context, p *lsp.DocumentHighlightParams) ([]lsp.Docu… func
|
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/ |
D | langsvr.go | 327 func (s *server) DocumentHighlight(ctx context.Context, p *lsp.DocumentHighlightParams) ([]lsp.Docu… func
|