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.cpp53 ast_contextp_(ast_contextp), cip_(compiler_instance_p), tu_decl_(tu_decl), 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()
152 clang::ASTNameGenerator cg(*ast_contextp_); in VisitFunctionDecl()
170 mangle_contextp_, ast_contextp_, cip_, decl, module_, ast_caches_); in VisitVarDecl()
Dast_processing.h64 clang::ASTContext *ast_contextp_; variable
Dabi_wrappers.cpp66 ast_contextp_(ast_contextp), in ABIWrapper()
209 RecordDeclWrapper record_decl_wrapper(mangle_contextp_, ast_contextp_, cip_, in CreateAnonymousRecord()
297 auto type_info_chars = ast_contextp_->getTypeInfoInChars(canonical_type); in CreateBasicNamedAndTypedDecl()
397 builtin_type_ir->SetIntegralType(type_ptr->isIntegralType(*ast_contextp_)); in SetTypeKind()
402 FunctionTypeWrapper function_type_wrapper(mangle_contextp_, ast_contextp_, in SetTypeKind()
432 salty_qt, *ast_contextp_, ast_contextp_->getPrintingPolicy()); in QualTypeToString()
598 ast_contextp_->getASTRecordLayout(record_decl_); in SetupRecordFields()
643 ast_contextp_->getVTableContext(); in SetupRecordVTable()
Dabi_wrappers.h101 clang::ASTContext *ast_contextp_; variable