Home
last modified time | relevance | path

Searched refs:mangle_contextp (Results 1 – 4 of 4) sorted by relevance

/development/vndk/tools/header-checker/src/dumper/
Dabi_wrappers.h43 ABIWrapper(clang::MangleContext *mangle_contextp,
109 clang::MangleContext *mangle_contextp, clang::ASTContext *ast_contextp,
150 clang::MangleContext *mangle_contextp, clang::ASTContext *ast_contextp,
181 clang::MangleContext *mangle_contextp, clang::ASTContext *ast_contextp,
197 clang::MangleContext *mangle_contextp, clang::ASTContext *ast_contextp,
218 clang::MangleContext *mangle_contextp, clang::ASTContext *ast_contextp,
Dast_processing.cpp33 const HeaderCheckerOptions &options, clang::MangleContext *mangle_contextp, in HeaderASTVisitor() argument
38 : options_(options), mangle_contextp_(mangle_contextp), in HeaderASTVisitor()
199 std::unique_ptr<clang::MangleContext> mangle_contextp( in HandleTranslationUnit() local
211 HeaderASTVisitor v(options_, mangle_contextp.get(), &ctx, cip_, in HandleTranslationUnit()
Dabi_wrappers.cpp59 clang::MangleContext *mangle_contextp, in ABIWrapper() argument
65 mangle_contextp_(mangle_contextp), in ABIWrapper()
96 const clang::NamedDecl *decl, clang::MangleContext *mangle_contextp) { in GetMangledNameDecl() argument
97 if (!mangle_contextp->shouldMangleDeclName(decl)) { in GetMangledNameDecl()
103 mangle_contextp->mangleName(decl, ostream); in GetMangledNameDecl()
441 clang::MangleContext *mangle_contextp, clang::ASTContext *ast_contextp, in FunctionTypeWrapper() argument
445 : ABIWrapper(mangle_contextp, ast_contextp, compiler_instance_p, module, in FunctionTypeWrapper()
488 clang::MangleContext *mangle_contextp, in FunctionDeclWrapper() argument
494 : ABIWrapper(mangle_contextp, ast_contextp, compiler_instance_p, module, in FunctionDeclWrapper()
584 clang::MangleContext *mangle_contextp, in RecordDeclWrapper() argument
[all …]
Dast_processing.h39 clang::MangleContext *mangle_contextp,