Searched refs:CompilerInstance (Results 1 – 6 of 6) sorted by relevance
/development/vndk/tools/header-checker/src/dumper/ |
D | ast_processing.h | 41 const clang::CompilerInstance *compiler_instance_p, 65 const clang::CompilerInstance *cip_; 77 HeaderASTConsumer(clang::CompilerInstance *compiler_instancep, 83 clang::CompilerInstance *cip_;
|
D | abi_wrappers.h | 45 const clang::CompilerInstance *cip, 51 const clang::CompilerInstance *cip, 56 const clang::CompilerInstance *cip); 99 const clang::CompilerInstance *cip_; 111 const clang::CompilerInstance *compiler_instance_p, 152 const clang::CompilerInstance *compiler_instance_p, 183 const clang::CompilerInstance *compiler_instance_p, 199 const clang::CompilerInstance *compiler_instance_p, 220 const clang::CompilerInstance *compiler_instance_p,
|
D | frontend_action.h | 26 class CompilerInstance; variable 43 clang::CompilerInstance &ci, llvm::StringRef header_file) override;
|
D | frontend_action.cpp | 36 HeaderCheckerFrontendAction::CreateASTConsumer(clang::CompilerInstance &ci, in CreateASTConsumer()
|
D | abi_wrappers.cpp | 61 const clang::CompilerInstance *cip, in ABIWrapper() 71 const clang::CompilerInstance *cip, in GetDeclSourceFile() 87 const clang::Decl *decl, const clang::CompilerInstance *cip) { in GetCachedDeclSourceFile() 443 const clang::CompilerInstance *compiler_instance_p, in FunctionTypeWrapper() 491 const clang::CompilerInstance *compiler_instance_p, in FunctionDeclWrapper() 587 const clang::CompilerInstance *compiler_instance_p, in RecordDeclWrapper() 873 const clang::CompilerInstance *compiler_instance_p, in EnumDeclWrapper() 931 const clang::CompilerInstance *compiler_instance_p, in GlobalVarDeclWrapper()
|
D | ast_processing.cpp | 49 const clang::CompilerInstance *compiler_instance_p, in HeaderASTVisitor() 201 clang::CompilerInstance *compiler_instancep, HeaderCheckerOptions &options) in HeaderASTConsumer()
|