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

  /development/vndk/tools/header-checker/header-abi-dumper/src/
ast_processing.cpp 46 ast_caches_(ast_caches) { }
59 mangle_contextp_, ast_contextp_, cip_, decl, ir_dumper_, ast_caches_);
70 mangle_contextp_, ast_contextp_, cip_, decl, ir_dumper_, ast_caches_);
125 ast_caches_);
148 ast_caches_);
162 ast_caches_->decl_to_source_file_cache_.insert(
172 (source_file == ast_caches_->translation_unit_source_) &&
abi_wrappers.cpp 38 ast_caches_(ast_caches) { }
43 auto result = ast_caches_->decl_to_source_file_cache_.find(decl);
44 if (result == ast_caches_->decl_to_source_file_cache_.end()) {
173 record_decl, ir_dumper_, ast_caches_);
218 !ast_caches_->type_cache_.insert(type_key).second) {
293 ast_caches_->GetTypeId(GetKeyForTypeId(referenced_type)));
294 typep->SetSelfType(ast_caches_->GetTypeId(GetKeyForTypeId(canonical_type)));
355 ast_caches_, source_file);
407 ast_caches_->GetTypeId(GetKeyForTypeId(type))));
441 ast_caches_->GetTypeId(GetKeyForTypeId(function_type_->getReturnType())))
    [all...]
ast_processing.h 66 ast_util::ASTCaches *ast_caches_; member in class:HeaderASTVisitor
abi_wrappers.h 97 ast_util::ASTCaches *ast_caches_; member in class:abi_wrapper::ABIWrapper

Completed in 86 milliseconds