Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/src/dumper/
Dast_processing.cpp40 ast_contextp_(ast_contextp), cip_(compiler_instance_p), tu_decl_(tu_decl), 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()
139 clang::index::CodegenNameGenerator cg(*ast_contextp_); in VisitFunctionDecl()
157 mangle_contextp_, ast_contextp_, cip_, decl, module_, ast_caches_); in VisitVarDecl()
Dast_processing.h64 clang::ASTContext *ast_contextp_; variable
Dabi_wrappers.cpp42 ast_contextp_(ast_contextp), in ABIWrapper()
178 RecordDeclWrapper record_decl_wrapper(mangle_contextp_, ast_contextp_, cip_, in CreateAnonymousRecord()
260 if (!tag_decl->isExternCContext() && ast_contextp_->getLangOpts().CPlusPlus) { in GetTypeUniqueId()
284 ast_contextp_->getTypeInfoInChars(canonical_type); in CreateBasicNamedAndTypedDecl()
355 builtin_type_ir->SetIntegralType(type_ptr->isIntegralType(*ast_contextp_)); in SetTypeKind()
360 FunctionTypeWrapper function_type_wrapper(mangle_contextp_, ast_contextp_, in SetTypeKind()
433 salty_qt, *ast_contextp_, ast_contextp_->getPrintingPolicy()); in QualTypeToString()
598 ast_contextp_->getASTRecordLayout(record_decl_); in SetupRecordFields()
652 ast_contextp_->getVTableContext(); in SetupRecordVTable()
Dabi_wrappers.h99 clang::ASTContext *ast_contextp_; variable