Searched defs:TypeHierarchyItem (Results 1 – 1 of 1) sorted by relevance
1340 struct TypeHierarchyItem { struct1342 std::string name;1346 llvm::Optional<std::string> detail;1371 llvm::Optional<std::vector<TypeHierarchyItem>> parents; argument1376 llvm::Optional<std::vector<TypeHierarchyItem>> children; argument1382 llvm::json::Value toJSON(const TypeHierarchyItem &); argument