HomeSort by relevance Sort by last modified time
    Searched refs:mangle_contextp_ (Results 1 - 4 of 4) sorted by null

  /development/vndk/tools/header-checker/header-abi-dumper/src/
ast_processing.cpp 43 mangle_contextp_(mangle_contextp),
56 mangle_contextp_, ast_contextp_, cip_, decl);
76 mangle_contextp_, ast_contextp_, cip_, decl);
92 FunctionDeclWrapper function_decl_wrapper(mangle_contextp_, ast_contextp_,
113 GlobalVarDeclWrapper global_var_decl_wrapper(mangle_contextp_, ast_contextp_,
ast_processing.h 61 clang::MangleContext *mangle_contextp_; member in class:HeaderASTVisitor
abi_wrappers.cpp 32 mangle_contextp_(mangle_contextp),
115 assert(&(mangle_contextp_->getASTContext()) == ast_contextp_);
116 if (!mangle_contextp_->shouldMangleDeclName(decl)) {
122 mangle_contextp_->mangleName(decl, ostream);
abi_wrappers.h 66 clang::MangleContext *mangle_contextp_; member in class:abi_wrapper::ABIWrapper

Completed in 2753 milliseconds