Home | History | Annotate | Download | only in src

Lines Matching refs:ast_caches_

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())));
500 ast_caches_->GetTypeId(GetKeyForTypeId(qual_type)), has_default_arg,
539 ast_caches_->GetTypeId(GetKeyForTypeId(return_type)));
606 field_name, ast_caches_->GetTypeId(key_for_type_id), field_offset,
629 ast_caches_->GetTypeId(GetKeyForTypeId(base_class->getType())),
856 ast_caches_->GetTypeId(GetKeyForTypeId(enum_decl_->getIntegerType())));
899 ast_caches_->GetTypeId(GetKeyForTypeId(global_var_decl_->getType())));