Home
last modified time | relevance | path

Searched refs:GetTypeUniqueId (Results 1 – 2 of 2) sorted by relevance

/development/vndk/tools/header-checker/src/dumper/
Dabi_wrappers.cpp121 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::ABIWrapper
303 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 …]
Dabi_wrappers.h78 std::string GetTypeUniqueId(clang::QualType qual_type);