Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clangd/
H A DHover.h29 struct PrintedType { struct
31 PrintedType(const char *Type) : Type(Type) {} in PrintedType() function
32 PrintedType(const char *Type, const char *AKAType) in PrintedType() function
36 std::string Type;
38 std::optional<std::string> AKA;
H A DHover.cpp204 PrintedType.Type += "..."; in printType() local
[all...]