Searched refs:ast_caches (Results 1 – 4 of 4) sorted by relevance
/development/vndk/tools/header-checker/src/dumper/ |
D | abi_wrappers.h | 47 ASTCaches *ast_caches); 113 ASTCaches *ast_caches); 154 ASTCaches *ast_caches); 185 ASTCaches *ast_caches, const std::string &source_file); 201 ASTCaches *ast_caches); 222 ASTCaches *ast_caches);
|
D | ast_processing.cpp | 51 ASTCaches *ast_caches) in HeaderASTVisitor() argument 54 module_(module), ast_caches_(ast_caches) {} in HeaderASTVisitor() 220 ASTCaches ast_caches(ABIWrapper::GetDeclSourceFile(translation_unit, cip_, in HandleTranslationUnit() local 228 translation_unit, module.get(), &ast_caches); in HandleTranslationUnit()
|
D | abi_wrappers.cpp | 63 ASTCaches *ast_caches) in ABIWrapper() argument 68 ast_caches_(ast_caches) {} in ABIWrapper() 445 ASTCaches *ast_caches, const std::string &source_file) in FunctionTypeWrapper() argument 447 ast_caches), in FunctionTypeWrapper() 494 ASTCaches *ast_caches) in FunctionDeclWrapper() argument 496 ast_caches), in FunctionDeclWrapper() 589 ASTCaches *ast_caches) in RecordDeclWrapper() argument 591 ast_caches), in RecordDeclWrapper() 875 ASTCaches *ast_caches) in EnumDeclWrapper() argument 877 ast_caches), in EnumDeclWrapper() [all …]
|
D | ast_processing.h | 44 ASTCaches *ast_caches);
|