Searched refs:RecordCache (Results 1 – 7 of 7) sorted by relevance
21 class RecordCache; variable67 friend class RecordCache; variable122 RecordInfo(clang::CXXRecordDecl* record, RecordCache* cache);134 RecordCache* cache_;159 friend class RecordCache; variable162 class RecordCache {164 RecordCache(clang::CompilerInstance& instance) in RecordCache() function187 ~RecordCache() { in ~RecordCache()
14 class RecordCache; variable24 RecordCache* cache);55 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()196 RecordInfo* RecordCache::Lookup(CXXRecordDecl* record) { in Lookup()
15 RecordCache* cache) in CheckTraceVisitor()