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,
108 clang::MangleContext *mangle_contextp, clang::ASTContext *ast_contextp,
149 clang::MangleContext *mangle_contextp, clang::ASTContext *ast_contextp,
180 clang::MangleContext *mangle_contextp, clang::ASTContext *ast_contextp,
196 clang::MangleContext *mangle_contextp, clang::ASTContext *ast_contextp,
217 clang::MangleContext *mangle_contextp, clang::ASTContext *ast_contextp,
Dast_processing.cpp34 const HeaderCheckerOptions &options, clang::MangleContext *mangle_contextp, in HeaderASTVisitor() argument
39 : options_(options), mangle_contextp_(mangle_contextp), in HeaderASTVisitor()
201 std::unique_ptr<clang::MangleContext> mangle_contextp( in HandleTranslationUnit() local
213 HeaderASTVisitor v(options_, mangle_contextp.get(), &ctx, cip_, in HandleTranslationUnit()
Dabi_wrappers.cpp35 clang::MangleContext *mangle_contextp, in ABIWrapper() argument
41 mangle_contextp_(mangle_contextp), in ABIWrapper()
383 const clang::NamedDecl *decl, clang::MangleContext *mangle_contextp) { in GetMangledNameDecl() argument
384 if (!mangle_contextp->shouldMangleDeclName(decl)) { in GetMangledNameDecl()
390 mangle_contextp->mangleName(decl, ostream); in GetMangledNameDecl()
437 clang::MangleContext *mangle_contextp, clang::ASTContext *ast_contextp, in FunctionTypeWrapper() argument
441 : ABIWrapper(mangle_contextp, ast_contextp, compiler_instance_p, module, in FunctionTypeWrapper()
479 clang::MangleContext *mangle_contextp, in FunctionDeclWrapper() argument
485 : 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,