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,
107 class RecordDeclWrapper : public ABIWrapper {
148 class FunctionDeclWrapper : public ABIWrapper {
176 class FunctionTypeWrapper : public ABIWrapper {
195 class EnumDeclWrapper : public ABIWrapper {
216 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()
86 std::string ABIWrapper::GetCachedDeclSourceFile( in GetCachedDeclSourceFile()
96 std::string ABIWrapper::GetMangledNameDecl( in GetMangledNameDecl()
109 bool ABIWrapper::SetupTemplateArguments(const clang::TemplateArgumentList *tl, in SetupTemplateArguments()
131 bool ABIWrapper::SetupFunctionParameter( in SetupFunctionParameter()
208 bool ABIWrapper::CreateAnonymousRecord(const clang::RecordDecl *record_decl) { in CreateAnonymousRecord()
214 bool ABIWrapper::CreateExtendedType(clang::QualType qual_type, in CreateExtendedType()
266 std::string ABIWrapper::GetTypeUniqueId(clang::QualType qual_type) { in GetTypeUniqueId()
284 bool ABIWrapper::CreateBasicNamedAndTypedDecl( in CreateBasicNamedAndTypedDecl()
[all …]
Dast_processing.cpp109 ABIWrapper::GetDeclSourceFile(decl, cip_, options_.root_dir_)) { in ShouldSkipFunctionDecl()
158 ABIWrapper::GetMangledNameDecl(decl, mangle_contextp_); in VisitFunctionDecl()
180 ABIWrapper::GetDeclSourceFile(decl, cip_, options_.root_dir_); in TraverseDecl()
218 ABIWrapper::GetDeclSourceFile(translation_unit, cip_, options_.root_dir_), in HandleTranslationUnit()