Searched refs:ast_caches_ (Results 1 – 4 of 4) sorted by relevance
/development/vndk/tools/header-checker/src/dumper/ |
D | ast_processing.cpp | 41 module_(module), ast_caches_(ast_caches) {} in HeaderASTVisitor() 58 mangle_contextp_, ast_contextp_, cip_, decl, module_, ast_caches_); in VisitRecordDecl() 69 mangle_contextp_, ast_contextp_, cip_, decl, module_, ast_caches_); in VisitEnumDecl() 135 mangle_contextp_, ast_contextp_, cip_, decl, module_, ast_caches_); in VisitFunctionDecl() 157 mangle_contextp_, ast_contextp_, cip_, decl, module_, ast_caches_); in VisitVarDecl() 171 ast_caches_->decl_to_source_file_cache_.insert( in TraverseDecl() 182 (source_file == ast_caches_->translation_unit_source_) && in TraverseDecl()
|
D | abi_wrappers.cpp | 44 ast_caches_(ast_caches) {} in ABIWrapper() 49 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() 179 record_decl, module_, ast_caches_); in CreateAnonymousRecord() 223 !ast_caches_->type_cache_.insert(type_key).second) { in CreateBasicNamedAndTypedDecl() 300 ast_caches_->GetTypeId(GetKeyForTypeId(referenced_type))); in CreateBasicNamedAndTypedDecl() 301 typep->SetSelfType(ast_caches_->GetTypeId(GetKeyForTypeId(canonical_type))); in CreateBasicNamedAndTypedDecl() 362 ast_caches_, source_file); in SetTypeKind() 415 ast_caches_->GetTypeId(GetKeyForTypeId(type)))); in SetupTemplateArguments() 450 ast_caches_->GetTypeId(GetKeyForTypeId(function_type_->getReturnType()))); in SetupFunctionType() [all …]
|
D | ast_processing.h | 71 ASTCaches *ast_caches_; variable
|
D | abi_wrappers.h | 101 ASTCaches *ast_caches_; variable
|