Searched refs:RecordCache (Results 1 – 7 of 7) sorted by relevance
21 class RecordCache; variable67 friend class RecordCache; variable123 RecordInfo(clang::CXXRecordDecl* record, RecordCache* cache);137 RecordCache* cache_;162 friend class RecordCache; variable165 class RecordCache {167 RecordCache(clang::CompilerInstance& instance) in RecordCache() function190 ~RecordCache() { in ~RecordCache()
14 class RecordCache; variable24 RecordCache* cache);53 RecordCache* cache_;
38 CheckFinalizerVisitor(RecordCache* cache, bool is_eagerly_finalized);53 RecordCache* cache_;
89 RecordCache cache_;
67 CheckFinalizerVisitor::CheckFinalizerVisitor(RecordCache* cache, in CheckFinalizerVisitor()
12 RecordInfo::RecordInfo(CXXRecordDecl* record, RecordCache* cache) in RecordInfo()224 RecordInfo* RecordCache::Lookup(CXXRecordDecl* record) { in Lookup()
15 RecordCache* cache) in CheckTraceVisitor()