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,
105 class RecordDeclWrapper : public ABIWrapper {
146 class FunctionDeclWrapper : public ABIWrapper {
174 class FunctionTypeWrapper : public ABIWrapper {
193 class EnumDeclWrapper : public ABIWrapper {
214 class GlobalVarDeclWrapper : public ABIWrapper {
Dabi_wrappers.cpp34 ABIWrapper::ABIWrapper( in ABIWrapper() function in header_checker::dumper::ABIWrapper
46 std::string ABIWrapper::GetCachedDeclSourceFile( in GetCachedDeclSourceFile()
117 std::string ABIWrapper::TypeNameWithFinalDestination(clang::QualType qual_type) { in TypeNameWithFinalDestination()
132 std::string ABIWrapper::GetKeyForTypeId(clang::QualType qual_type) { in GetKeyForTypeId()
144 std::string ABIWrapper::GetDeclSourceFile(const clang::Decl *decl, in GetDeclSourceFile()
177 bool ABIWrapper::CreateAnonymousRecord(const clang::RecordDecl *record_decl) { in CreateAnonymousRecord()
203 bool ABIWrapper::CreateExtendedType(clang::QualType qual_type, in CreateExtendedType()
212 bool ABIWrapper::CreateBasicNamedAndTypedDecl(clang::QualType qual_type, in CreateBasicNamedAndTypedDecl()
254 std::string ABIWrapper::GetTypeUniqueId(const clang::TagDecl *tag_decl) { in GetTypeUniqueId()
272 bool ABIWrapper::CreateBasicNamedAndTypedDecl( in CreateBasicNamedAndTypedDecl()
[all …]
Dast_processing.cpp96 options_.source_file_ != ABIWrapper::GetDeclSourceFile(decl, cip_)) { in ShouldSkipFunctionDecl()
145 ABIWrapper::GetMangledNameDecl(decl, mangle_contextp_); in VisitFunctionDecl()
170 std::string source_file = ABIWrapper::GetDeclSourceFile(decl, cip_); in TraverseDecl()
204 ABIWrapper::GetDeclSourceFile(translation_unit, cip_); in HandleTranslationUnit()