Home
last modified time | relevance | path

Searched refs:decl_to_source_file_cache_ (Results 1 – 3 of 3) sorted by relevance

/development/vndk/tools/header-checker/src/dumper/
Dast_util.h39 std::map<const clang::Decl *, std::string> decl_to_source_file_cache_; member
Dast_processing.cpp181 ast_caches_->decl_to_source_file_cache_.insert( in TraverseDecl()
Dabi_wrappers.cpp89 auto result = ast_caches_->decl_to_source_file_cache_.find(decl); in GetCachedDeclSourceFile()
90 if (result == ast_caches_->decl_to_source_file_cache_.end()) { in GetCachedDeclSourceFile()