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,
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,
Dabi_wrappers.cpp36 clang::ASTContext *ast_contextp, in ABIWrapper() argument
42 ast_contextp_(ast_contextp), in ABIWrapper()
437 clang::MangleContext *mangle_contextp, clang::ASTContext *ast_contextp, in FunctionTypeWrapper() argument
441 : ABIWrapper(mangle_contextp, ast_contextp, compiler_instance_p, module, in FunctionTypeWrapper()
480 clang::ASTContext *ast_contextp, in FunctionDeclWrapper() argument
485 : ABIWrapper(mangle_contextp, ast_contextp, compiler_instance_p, module, in FunctionDeclWrapper()
585 clang::ASTContext *ast_contextp, in RecordDeclWrapper() argument
589 : ABIWrapper(mangle_contextp, ast_contextp, compiler_instance_p, module, in RecordDeclWrapper()
863 clang::ASTContext *ast_contextp, in EnumDeclWrapper() argument
867 : ABIWrapper(mangle_contextp, ast_contextp, compiler_instance_p, module, in EnumDeclWrapper()
[all …]
Dast_processing.h40 clang::ASTContext *ast_contextp,
Dast_processing.cpp35 clang::ASTContext *ast_contextp, in HeaderASTVisitor() argument
40 ast_contextp_(ast_contextp), cip_(compiler_instance_p), tu_decl_(tu_decl), in HeaderASTVisitor()