/development/vndk/tools/header-checker/header-abi-dumper/src/ |
ast_processing.cpp | 45 cip_(compiler_instance_p), 56 mangle_contextp_, ast_contextp_, cip_, decl); 76 mangle_contextp_, ast_contextp_, cip_, decl); 93 cip_, decl); 114 cip_, decl); 138 std::string source_file = ABIWrapper::GetDeclSourceFile(decl, cip_); 153 cip_(compiler_instancep), 166 HeaderASTVisitor v(&tu, mangle_contextp.get(), &ctx, cip_, file_name_,
|
ast_processing.h | 63 const clang::CompilerInstance *cip_; member in class:HeaderASTVisitor 81 clang::CompilerInstance *cip_; member in class:HeaderASTConsumer
|
abi_wrappers.cpp | 31 : cip_(cip), 286 std::string source_file = GetDeclSourceFile(function_decl_, cip_); 512 std::string source_file = GetDeclSourceFile(record_decl_, cip_); 567 std::string source_file = GetDeclSourceFile(enum_decl_, cip_); 607 std::string source_file = GetDeclSourceFile(global_var_decl_, cip_);
|
abi_wrappers.h | 65 const clang::CompilerInstance *cip_; member in class:abi_wrapper::ABIWrapper
|