Home
last modified time | relevance | path

Searched defs:TypeHierarchyItem (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/clang-tools-extra/clangd/
DProtocol.h1340 struct TypeHierarchyItem { struct
1342 std::string name;
1346 llvm::Optional<std::string> detail;
1371 llvm::Optional<std::vector<TypeHierarchyItem>> parents; argument
1376 llvm::Optional<std::vector<TypeHierarchyItem>> children; argument
1382 llvm::json::Value toJSON(const TypeHierarchyItem &); argument