Searched refs:TypeDescription (Results 1 – 4 of 4) sorted by relevance
79 struct TypeDescription { struct84 using TypeDescriptorMapType = AddrHashMap<TypeDescription, 11>;
242 std::string TypeDescription();
460 std::string CompilerType::TypeDescription() { in TypeDescription() function in CompilerType
3135 llvm::Twine("cannot cast " + start_type.TypeDescription() + " to " + in CastBaseToDerivedType()3136 type.TypeDescription() + " via virtual base " + in CastBaseToDerivedType()3137 virtual_base.TypeDescription()), in CastBaseToDerivedType()