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