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.h30 struct ASTCaches { struct
31 ASTCaches(const std::string &translation_unit_source) in ASTCaches() argument
34 std::string GetTypeId(const std::string &qual_type) { in GetTypeId()
44 std::string translation_unit_source_;
45 std::set<std::string> type_cache_;
46 std::map<const clang::Decl *, std::string> decl_to_source_file_cache_;
47 std::map<std::string, uint64_t> qual_type_to_type_id_cache_;
48 uint64_t max_type_id_ = 0;