Home
last modified time | relevance | path

Searched refs:mangle_contextp_ (Results 1 – 4 of 4) sorted by relevance

/development/vndk/tools/header-checker/src/dumper/
Dast_processing.cpp52 : options_(options), mangle_contextp_(mangle_contextp), in HeaderASTVisitor()
71 mangle_contextp_, ast_contextp_, cip_, decl, module_, ast_caches_); in VisitRecordDecl()
81 mangle_contextp_, ast_contextp_, cip_, decl, module_, ast_caches_); in VisitEnumDecl()
148 mangle_contextp_, ast_contextp_, cip_, decl, module_, ast_caches_); in VisitFunctionDecl()
158 ABIWrapper::GetMangledNameDecl(decl, mangle_contextp_); in VisitFunctionDecl()
170 mangle_contextp_, ast_contextp_, cip_, decl, module_, ast_caches_); in VisitVarDecl()
Dast_processing.h63 clang::MangleContext *mangle_contextp_; variable
Dabi_wrappers.cpp65 mangle_contextp_(mangle_contextp), in ABIWrapper()
209 RecordDeclWrapper record_decl_wrapper(mangle_contextp_, ast_contextp_, cip_, in CreateAnonymousRecord()
272 mangle_contextp_->mangleCXXRTTI(qual_type, out); in GetTypeUniqueId()
402 FunctionTypeWrapper function_type_wrapper(mangle_contextp_, ast_contextp_, in SetTypeKind()
725 mangle_contextp_->mangleName(method_decl, ostream); in SetupRecordVTableComponent()
727 mangle_contextp_->mangleThunk(method_decl, thunk_info, ostream); in SetupRecordVTableComponent()
747 mangle_contextp_->mangleName(GD, ostream); in SetupRecordVTableComponent()
749 mangle_contextp_->mangleCXXDtorThunk( in SetupRecordVTableComponent()
858 mangle_contextp_->mangleCXXRTTI(qual_type, out); in GetMangledRTTI()
936 GetMangledNameDecl(global_var_decl_, mangle_contextp_); in SetupGlobalVar()
Dabi_wrappers.h100 clang::MangleContext *mangle_contextp_; variable