Lines Matching defs:PrevDecl
2686 /*PrevDecl=*/nullptr, D->isNested()))
2991 EnumDecl *PrevDecl = nullptr;
3012 PrevDecl = FoundEnum->getMostRecentDecl();
3047 Loc, Name.getAsIdentifierInfo(), PrevDecl, D->isScoped(),
3114 RecordDecl *PrevDecl = nullptr;
3171 PrevDecl = FoundRecord->getMostRecentDecl();
3219 cast_or_null<CXXRecordDecl>(PrevDecl), DelayTypeCreation))
3227 cast_or_null<CXXRecordDecl>(PrevDecl)))
3309 Name.getAsIdentifierInfo(), PrevDecl))
5125 /*PrevDecl=*/nullptr))
5654 /*PrevDecl=*/nullptr, Loc, D->isImplicitInterfaceDecl()))
6224 ClassTemplateSpecializationDecl *PrevDecl = nullptr;
6236 PrevDecl = ClassTemplate->findPartialSpecialization(TemplateArgs,
6240 PrevDecl = ClassTemplate->findSpecialization(TemplateArgs, InsertPos);
6242 if (PrevDecl) {
6243 if (IsStructuralMatch(D, PrevDecl)) {
6244 CXXRecordDecl *PrevDefinition = PrevDecl->getDefinition();
6305 cast_or_null<ClassTemplatePartialSpecializationDecl>(PrevDecl)))
6326 PrevDecl))