Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/src/dumper/
Dabi_wrappers.h44 clang::ASTContext *ast_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,
Dabi_wrappers.cpp60 clang::ASTContext *ast_contextp, in ABIWrapper() argument
66 ast_contextp_(ast_contextp), in ABIWrapper()
442 clang::MangleContext *mangle_contextp, clang::ASTContext *ast_contextp, in FunctionTypeWrapper() argument
446 : ABIWrapper(mangle_contextp, ast_contextp, compiler_instance_p, module, in FunctionTypeWrapper()
490 clang::ASTContext *ast_contextp, in FunctionDeclWrapper() argument
495 : ABIWrapper(mangle_contextp, ast_contextp, compiler_instance_p, module, in FunctionDeclWrapper()
586 clang::ASTContext *ast_contextp, in RecordDeclWrapper() argument
590 : ABIWrapper(mangle_contextp, ast_contextp, compiler_instance_p, module, in RecordDeclWrapper()
869 clang::ASTContext *ast_contextp, in EnumDeclWrapper() argument
873 : ABIWrapper(mangle_contextp, ast_contextp, compiler_instance_p, module, in EnumDeclWrapper()
[all …]
Dast_processing.cpp48 clang::ASTContext *ast_contextp, in HeaderASTVisitor() argument
53 ast_contextp_(ast_contextp), cip_(compiler_instance_p), tu_decl_(tu_decl), in HeaderASTVisitor()
Dast_processing.h40 clang::ASTContext *ast_contextp,