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,
110 clang::MangleContext *mangle_contextp, clang::ASTContext *ast_contextp,
151 clang::MangleContext *mangle_contextp, clang::ASTContext *ast_contextp,
182 clang::MangleContext *mangle_contextp, clang::ASTContext *ast_contextp,
198 clang::MangleContext *mangle_contextp, clang::ASTContext *ast_contextp,
219 clang::MangleContext *mangle_contextp, clang::ASTContext *ast_contextp,
Dast_processing.cpp47 const HeaderCheckerOptions &options, clang::MangleContext *mangle_contextp, in HeaderASTVisitor() argument
52 : options_(options), mangle_contextp_(mangle_contextp), in HeaderASTVisitor()
215 std::unique_ptr<clang::MangleContext> mangle_contextp( in HandleTranslationUnit() local
224 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()
97 const clang::NamedDecl *decl, clang::MangleContext *mangle_contextp) { in GetMangledNameDecl() argument
98 if (!mangle_contextp->shouldMangleDeclName(decl)) { in GetMangledNameDecl()
104 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,