Home
last modified time | relevance | path

Searched refs:prevTypeParamList (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp1016 if (ObjCTypeParamList *prevTypeParamList = PrevIDecl->getTypeParamList()) { in ActOnStartClassInterface() local
1019 if (checkTypeParamListConsistency(*this, prevTypeParamList, in ActOnStartClassInterface()
1027 Diag(prevTypeParamList->getLAngleLoc(), diag::note_previous_decl) in ActOnStartClassInterface()
1032 for (auto *typeParam : *prevTypeParamList) { in ActOnStartClassInterface()
1868 if (auto prevTypeParamList = IDecl->getTypeParamList()) { in ActOnStartCategoryInterface() local
1869 if (checkTypeParamListConsistency(*this, prevTypeParamList, typeParamList, in ActOnStartCategoryInterface()