Lines Matching defs:PrevDecl
2630 /*PrevDecl=*/nullptr, D->isNested()))
2935 EnumDecl *PrevDecl = nullptr;
2956 PrevDecl = FoundEnum->getMostRecentDecl();
2991 Loc, Name.getAsIdentifierInfo(), PrevDecl, D->isScoped(),
3058 RecordDecl *PrevDecl = nullptr;
3114 PrevDecl = FoundRecord->getMostRecentDecl();
3162 cast_or_null<CXXRecordDecl>(PrevDecl), DelayTypeCreation))
3170 cast_or_null<CXXRecordDecl>(PrevDecl)))
3252 Name.getAsIdentifierInfo(), PrevDecl))
5067 /*PrevDecl=*/nullptr))
5593 /*PrevDecl=*/nullptr, Loc, D->isImplicitInterfaceDecl()))
6165 ClassTemplateSpecializationDecl *PrevDecl = nullptr;
6177 PrevDecl = ClassTemplate->findPartialSpecialization(TemplateArgs,
6181 PrevDecl = ClassTemplate->findSpecialization(TemplateArgs, InsertPos);
6183 if (PrevDecl) {
6184 if (IsStructuralMatch(D, PrevDecl)) {
6185 CXXRecordDecl *PrevDefinition = PrevDecl->getDefinition();
6246 cast_or_null<ClassTemplatePartialSpecializationDecl>(PrevDecl)))
6267 PrevDecl))