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.cpp39 : options_(options), mangle_contextp_(mangle_contextp), in HeaderASTVisitor()
58 mangle_contextp_, ast_contextp_, cip_, decl, module_, ast_caches_); in VisitRecordDecl()
69 mangle_contextp_, ast_contextp_, cip_, decl, module_, ast_caches_); in VisitEnumDecl()
135 mangle_contextp_, ast_contextp_, cip_, decl, module_, ast_caches_); in VisitFunctionDecl()
145 ABIWrapper::GetMangledNameDecl(decl, mangle_contextp_); in VisitFunctionDecl()
157 mangle_contextp_, ast_contextp_, cip_, decl, module_, ast_caches_); in VisitVarDecl()
Dast_processing.h63 clang::MangleContext *mangle_contextp_; variable
Dabi_wrappers.cpp41 mangle_contextp_(mangle_contextp), in ABIWrapper()
178 RecordDeclWrapper record_decl_wrapper(mangle_contextp_, ast_contextp_, cip_, in CreateAnonymousRecord()
250 mangle_contextp_->mangleCXXRTTI(qual_type, out); in GetMangledRTTI()
263 mangle_contextp_->mangleCXXRTTIName(qual_type, out); in GetTypeUniqueId()
360 FunctionTypeWrapper function_type_wrapper(mangle_contextp_, ast_contextp_, in SetTypeKind()
734 mangle_contextp_->mangleName(method_decl, ostream); in SetupRecordVTableComponent()
736 mangle_contextp_->mangleThunk(method_decl, thunk_info, ostream); in SetupRecordVTableComponent()
754 mangle_contextp_->mangleCXXDtor( in SetupRecordVTableComponent()
757 mangle_contextp_->mangleCXXDtorThunk( in SetupRecordVTableComponent()
928 GetMangledNameDecl(global_var_decl_, mangle_contextp_); in SetupGlobalVar()
Dabi_wrappers.h98 clang::MangleContext *mangle_contextp_; variable