Searched refs:ast_contextp (Results 1 – 4 of 4) sorted by relevance
/development/vndk/tools/header-checker/src/dumper/ |
D | abi_wrappers.h | 44 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,
|
D | abi_wrappers.cpp | 36 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 …]
|
D | ast_processing.h | 40 clang::ASTContext *ast_contextp,
|
D | ast_processing.cpp | 35 clang::ASTContext *ast_contextp, in HeaderASTVisitor() argument 40 ast_contextp_(ast_contextp), cip_(compiler_instance_p), tu_decl_(tu_decl), in HeaderASTVisitor()
|