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.h46 std::map<const clang::Decl *, std::string> decl_to_source_file_cache_; member
Dast_processing.cpp171 ast_caches_->decl_to_source_file_cache_.insert( in TraverseDecl()
Dabi_wrappers.cpp49 auto result = ast_caches_->decl_to_source_file_cache_.find(decl); in GetCachedDeclSourceFile()
50 if (result == ast_caches_->decl_to_source_file_cache_.end()) { in GetCachedDeclSourceFile()