Home
last modified time | relevance | path

Searched defs:ASTCaches (Results 1 – 1 of 1) sorted by relevance

/development/vndk/tools/header-checker/src/dumper/
Dast_util.h33 struct ASTCaches { struct
34 ASTCaches(const std::string &translation_unit_source, in ASTCaches() function
39 std::string translation_unit_source_;
40 const utils::RootDirs &root_dirs_;
41 std::map<const clang::Decl *, std::string> decl_to_source_file_cache_;
43 llvm::DenseSet<clang::QualType> converted_qual_types_;