Searched defs:PrintedType (Results 1 – 2 of 2) sorted by relevance
29 struct PrintedType { struct31 PrintedType(const char *Type) : Type(Type) {} in PrintedType() function32 PrintedType(const char *Type, const char *AKAType) in PrintedType() function36 std::string Type;38 std::optional<std::string> AKA;
204 PrintedType.Type += "..."; in printType() local [all...]