Searched refs:DocumentHighlight (Results 1 – 11 of 11) sorted by relevance
1352 struct DocumentHighlight { struct1359 friend bool operator<(const DocumentHighlight &LHS, argument1360 const DocumentHighlight &RHS) {1366 friend bool operator==(const DocumentHighlight &LHS, argument1367 const DocumentHighlight &RHS) {1371 llvm::json::Value toJSON(const DocumentHighlight &DH);1372 llvm::raw_ostream &operator<<(llvm::raw_ostream &, const DocumentHighlight &);
77 std::vector<DocumentHighlight> findDocumentHighlights(ParsedAST &AST,
247 Callback<std::vector<DocumentHighlight>> CB);
127 Callback<std::vector<DocumentHighlight>>);
1204 DocumentHighlight toHighlight(const ReferenceFinder::Reference &Ref, in toHighlight()1206 DocumentHighlight DH; in toHighlight()1217 llvm::Optional<DocumentHighlight> toHighlight(SourceLocation Loc, in toHighlight()1221 DocumentHighlight Result; in toHighlight()1232 std::vector<DocumentHighlight> findDocumentHighlights(ParsedAST &AST, in findDocumentHighlights()1241 std::vector<DocumentHighlight> Result; in findDocumentHighlights()
1076 llvm::json::Value toJSON(const DocumentHighlight &DH) { in toJSON()1147 const DocumentHighlight &V) { in operator <<()
727 PathRef File, Position Pos, Callback<std::vector<DocumentHighlight>> CB) { in findDocumentHighlights()
1162 Callback<std::vector<DocumentHighlight>> Reply) { in onDocumentHighlight()
93 llvm::Expected<std::vector<DocumentHighlight>>95 llvm::Optional<llvm::Expected<std::vector<DocumentHighlight>>> Result; in runFindDocumentHighlights()
42 llvm::Expected<std::vector<DocumentHighlight>>
57 Matcher<const std::vector<DocumentHighlight> &>59 std::vector<DocumentHighlight> Expected; in highlightsFrom()