Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp1017 if (ObjCTypeParamList *prevTypeParamList = PrevIDecl->getTypeParamList()) { in ActOnStartClassInterface() local
1020 if (checkTypeParamListConsistency(SemaRef, prevTypeParamList, in ActOnStartClassInterface()
1028 Diag(prevTypeParamList->getLAngleLoc(), diag::note_previous_decl) in ActOnStartClassInterface()
1033 for (auto *typeParam : *prevTypeParamList) { in ActOnStartClassInterface()
1865 if (auto prevTypeParamList = IDecl->getTypeParamList()) { in ActOnStartCategoryInterface() local
1867 SemaRef, prevTypeParamList, typeParamList, in ActOnStartCategoryInterface()