Searched refs:options_ (Results 1 – 6 of 6) sorted by relevance
/development/vndk/tools/header-checker/src/dumper/ |
D | ast_processing.cpp | 52 : options_(options), mangle_contextp_(mangle_contextp), in HeaderASTVisitor() 107 if (!options_.dump_function_declarations_ || in ShouldSkipFunctionDecl() 108 options_.source_file_ != in ShouldSkipFunctionDecl() 109 ABIWrapper::GetDeclSourceFile(decl, cip_, options_.root_dir_)) { in ShouldSkipFunctionDecl() 180 ABIWrapper::GetDeclSourceFile(decl, cip_, options_.root_dir_); in TraverseDecl() 184 const auto &exported_headers = options_.exported_headers_; in TraverseDecl() 185 if ((decl != tu_decl_) && options_.dump_exported_only_ && in TraverseDecl() 202 : cip_(compiler_instancep), options_(options) {} in HeaderASTConsumer() 211 PrintNormalizedPath callbacks(options_.root_dir_); in HandleTranslationUnit() 218 ABIWrapper::GetDeclSourceFile(translation_unit, cip_, options_.root_dir_), in HandleTranslationUnit() [all …]
|
D | frontend_action.cpp | 36 : options_(options) {} in HeaderCheckerFrontendAction() 42 return std::make_unique<HeaderASTConsumer>(&ci, options_); in CreateASTConsumer() 46 if (options_.suppress_errors_) { in BeginInvocation() 58 if (options_.suppress_errors_) { in BeginSourceFileAction()
|
D | frontend_action_factory.cpp | 30 : options_(options) {} in HeaderCheckerFrontendActionFactory() 34 return std::make_unique<HeaderCheckerFrontendAction>(options_); in create()
|
D | ast_processing.h | 62 const HeaderCheckerOptions &options_; variable 84 HeaderCheckerOptions &options_; variable
|
D | frontend_action_factory.h | 33 HeaderCheckerOptions &options_;
|
D | frontend_action.h | 41 HeaderCheckerOptions &options_;
|