Searched refs:GetKeyForTypeId (Results 1 – 2 of 2) sorted by relevance
132 std::string ABIWrapper::GetKeyForTypeId(clang::QualType qual_type) { in GetKeyForTypeId() function in header_checker::dumper::ABIWrapper214 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 …]
59 std::string GetKeyForTypeId(clang::QualType qual_type);