Searched refs:base_record (Results 1 – 2 of 2) sorted by relevance
1578 DeclFromParser<RecordDecl> base_record(base_record_type->getDecl()); in layoutRecordType() local1580 DynCast<CXXRecordDecl>(base_record); in layoutRecordType()
161 if (auto *base_record = llvm::dyn_cast<clang::CXXRecordDecl>( in addOverridesForMethod() local169 if (auto *baseDtorDecl = base_record->getDestructor()) { in addOverridesForMethod()178 for (path.Decls = base_record->lookup(name).begin(); in addOverridesForMethod()