Searched refs:cip_ (Results 1 – 4 of 4) sorted by relevance
/development/vndk/tools/header-checker/src/dumper/ |
D | ast_processing.cpp | 53 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() 109 ABIWrapper::GetDeclSourceFile(decl, cip_, options_.root_dir_)) { in ShouldSkipFunctionDecl() 148 mangle_contextp_, ast_contextp_, cip_, decl, module_, ast_caches_); in VisitFunctionDecl() 170 mangle_contextp_, ast_contextp_, cip_, decl, module_, ast_caches_); in VisitVarDecl() 180 ABIWrapper::GetDeclSourceFile(decl, cip_, options_.root_dir_); in TraverseDecl() 202 : cip_(compiler_instancep), options_(options) {} in HeaderASTConsumer() 218 ABIWrapper::GetDeclSourceFile(translation_unit, cip_, options_.root_dir_), in HandleTranslationUnit() 224 HeaderASTVisitor v(options_, mangle_contextp.get(), &ctx, cip_, in HandleTranslationUnit()
|
D | ast_processing.h | 65 const clang::CompilerInstance *cip_; variable 83 clang::CompilerInstance *cip_;
|
D | abi_wrappers.cpp | 64 : cip_(cip), in ABIWrapper() 209 RecordDeclWrapper record_decl_wrapper(mangle_contextp_, ast_contextp_, cip_, in CreateAnonymousRecord() 403 cip_, func_type_ptr, module_, in SetTypeKind() 571 std::string source_file = GetCachedDeclSourceFile(function_decl_, cip_); in GetFunctionDecl() 838 std::string source_file = GetCachedDeclSourceFile(record_decl_, cip_); in GetRecordDecl() 907 std::string source_file = GetCachedDeclSourceFile(enum_decl_, cip_); in GetEnumDecl() 950 std::string source_file = GetCachedDeclSourceFile(global_var_decl_, cip_); in GetGlobalVarDecl()
|
D | abi_wrappers.h | 99 const clang::CompilerInstance *cip_;
|