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, 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,
|
D | abi_wrappers.cpp | 60 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 …]
|
D | ast_processing.cpp | 48 clang::ASTContext *ast_contextp, in HeaderASTVisitor() argument 53 ast_contextp_(ast_contextp), cip_(compiler_instance_p), tu_decl_(tu_decl), in HeaderASTVisitor()
|
D | ast_processing.h | 40 clang::ASTContext *ast_contextp,
|