Lines Matching refs:PrevDecl
2390 /*PrevDecl=*/nullptr))
2675 EnumDecl *PrevDecl = nullptr;
2696 PrevDecl = FoundEnum->getMostRecentDecl();
2726 Loc, Name.getAsIdentifierInfo(), PrevDecl, D->isScoped(),
2789 RecordDecl *PrevDecl = nullptr;
2845 PrevDecl = FoundRecord->getMostRecentDecl();
2894 cast_or_null<CXXRecordDecl>(PrevDecl), DelayTypeCreation))
2902 cast_or_null<CXXRecordDecl>(PrevDecl)))
2972 Name.getAsIdentifierInfo(), PrevDecl))
4516 /*PrevDecl=*/nullptr))
4950 /*PrevDecl=*/nullptr, Loc, D->isImplicitInterfaceDecl()))
5520 ClassTemplateSpecializationDecl *PrevDecl = nullptr;
5532 PrevDecl = ClassTemplate->findPartialSpecialization(TemplateArgs,
5536 PrevDecl = ClassTemplate->findSpecialization(TemplateArgs, InsertPos);
5538 if (PrevDecl) {
5539 if (IsStructuralMatch(D, PrevDecl)) {
5540 CXXRecordDecl *PrevDefinition = PrevDecl->getDefinition();
5600 cast_or_null<ClassTemplatePartialSpecializationDecl>(PrevDecl)))
5615 PrevDecl))