Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/src/dumper/
Dabi_wrappers.cpp132 std::string ABIWrapper::GetKeyForTypeId(clang::QualType qual_type) { in GetKeyForTypeId() function in header_checker::dumper::ABIWrapper
214 const std::string &type_key = GetKeyForTypeId(qual_type); in CreateBasicNamedAndTypedDecl()
300 ast_caches_->GetTypeId(GetKeyForTypeId(referenced_type))); in CreateBasicNamedAndTypedDecl()
301 typep->SetSelfType(ast_caches_->GetTypeId(GetKeyForTypeId(canonical_type))); in CreateBasicNamedAndTypedDecl()
415 ast_caches_->GetTypeId(GetKeyForTypeId(type)))); in SetupTemplateArguments()
450 ast_caches_->GetTypeId(GetKeyForTypeId(function_type_->getReturnType()))); in SetupFunctionType()
509 ast_caches_->GetTypeId(GetKeyForTypeId(qual_type)), has_default_arg, in SetupFunctionParameter()
548 ast_caches_->GetTypeId(GetKeyForTypeId(return_type))); in SetupFunction()
601 std::string key_for_type_id = GetKeyForTypeId(field_type); in SetupRecordFields()
605 key_for_type_id = GetKeyForTypeId(enum_decl->getIntegerType()); in SetupRecordFields()
[all …]
Dabi_wrappers.h59 std::string GetKeyForTypeId(clang::QualType qual_type);