HomeSort by relevance Sort by last modified time
    Searched refs:decl_to_source_file_cache_ (Results 1 - 3 of 3) sorted by null

  /development/vndk/tools/header-checker/header-abi-dumper/src/
ast_util.h 43 std::map<const clang::Decl *, std::string> decl_to_source_file_cache_; member in struct:ast_util::ASTCaches
ast_processing.cpp 162 ast_caches_->decl_to_source_file_cache_.insert(
abi_wrappers.cpp 43 auto result = ast_caches_->decl_to_source_file_cache_.find(decl);
44 if (result == ast_caches_->decl_to_source_file_cache_.end()) {
    [all...]

Completed in 210 milliseconds