Searched refs:GetTypeUniqueId (Results 1 – 2 of 2) sorted by relevance
121 repr::TemplateElementIR(GetTypeUniqueId(type))); in SetupTemplateArguments()139 GetTypeUniqueId(qual_type), has_default_arg, is_this_ptr)); in SetupFunctionParameter()266 std::string ABIWrapper::GetTypeUniqueId(clang::QualType qual_type) { in GetTypeUniqueId() function in header_checker::dumper::ABIWrapper303 std::string mangled_name = GetTypeUniqueId(canonical_type); in CreateBasicNamedAndTypedDecl()310 typep->SetReferencedType(GetTypeUniqueId(referenced_type)); in CreateBasicNamedAndTypedDecl()454 GetTypeUniqueId(function_type_->getReturnType())); in SetupFunctionType()543 functionp->SetReturnType(GetTypeUniqueId(return_type)); in SetupFunction()608 field_name, GetTypeUniqueId(field_type), field_offset, in SetupRecordFields()628 GetTypeUniqueId(base_class->getType()), is_virtual, access)); in SetupCXXBases()899 enum_type->SetUnderlyingType(GetTypeUniqueId(enum_decl_->getIntegerType())); in SetupEnum()[all …]
78 std::string GetTypeUniqueId(clang::QualType qual_type);