Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/src/dumper/
Dabi_wrappers.h47 ASTCaches *ast_caches);
111 ASTCaches *ast_caches);
152 ASTCaches *ast_caches);
183 ASTCaches *ast_caches, const std::string &source_file);
199 ASTCaches *ast_caches);
220 ASTCaches *ast_caches);
Dast_processing.cpp38 ASTCaches *ast_caches) in HeaderASTVisitor() argument
41 module_(module), ast_caches_(ast_caches) {} in HeaderASTVisitor()
205 ASTCaches ast_caches(translation_unit_source); in HandleTranslationUnit() local
214 translation_unit, module.get(), &ast_caches); in HandleTranslationUnit()
Dabi_wrappers.cpp39 ASTCaches *ast_caches) in ABIWrapper() argument
44 ast_caches_(ast_caches) {} in ABIWrapper()
440 ASTCaches *ast_caches, const std::string &source_file) in FunctionTypeWrapper() argument
442 ast_caches), in FunctionTypeWrapper()
484 ASTCaches *ast_caches) in FunctionDeclWrapper() argument
486 ast_caches), in FunctionDeclWrapper()
588 ASTCaches *ast_caches) in RecordDeclWrapper() argument
590 ast_caches), in RecordDeclWrapper()
866 ASTCaches *ast_caches) in EnumDeclWrapper() argument
868 ast_caches), in EnumDeclWrapper()
[all …]
Dast_processing.h44 ASTCaches *ast_caches);