Home
last modified time | relevance | path

Searched refs:ABIWrapper (Results 1 – 3 of 3) sorted by relevance

/development/vndk/tools/header-checker/src/dumper/
Dabi_wrappers.h41 class ABIWrapper {
43 ABIWrapper(clang::MangleContext *mangle_contextp,
106 class RecordDeclWrapper : public ABIWrapper {
147 class FunctionDeclWrapper : public ABIWrapper {
175 class FunctionTypeWrapper : public ABIWrapper {
194 class EnumDeclWrapper : public ABIWrapper {
215 class GlobalVarDeclWrapper : public ABIWrapper {
Dabi_wrappers.cpp58 ABIWrapper::ABIWrapper( in ABIWrapper() function in header_checker::dumper::ABIWrapper
70 std::string ABIWrapper::GetDeclSourceFile(const clang::Decl *decl, in GetDeclSourceFile()
85 std::string ABIWrapper::GetCachedDeclSourceFile( in GetCachedDeclSourceFile()
95 std::string ABIWrapper::GetMangledNameDecl( in GetMangledNameDecl()
108 bool ABIWrapper::SetupTemplateArguments(const clang::TemplateArgumentList *tl, in SetupTemplateArguments()
130 bool ABIWrapper::SetupFunctionParameter( in SetupFunctionParameter()
207 bool ABIWrapper::CreateAnonymousRecord(const clang::RecordDecl *record_decl) { in CreateAnonymousRecord()
213 bool ABIWrapper::CreateExtendedType(clang::QualType qual_type, in CreateExtendedType()
265 std::string ABIWrapper::GetTypeUniqueId(clang::QualType qual_type) { in GetTypeUniqueId()
283 bool ABIWrapper::CreateBasicNamedAndTypedDecl( in CreateBasicNamedAndTypedDecl()
[all …]
Dast_processing.cpp94 options_.source_file_ != ABIWrapper::GetDeclSourceFile(decl, cip_)) { in ShouldSkipFunctionDecl()
143 ABIWrapper::GetMangledNameDecl(decl, mangle_contextp_); in VisitFunctionDecl()
168 std::string source_file = ABIWrapper::GetDeclSourceFile(decl, cip_); in TraverseDecl()
202 ABIWrapper::GetDeclSourceFile(translation_unit, cip_); in HandleTranslationUnit()