Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclObjC.cpp1014 if (ObjCTypeParamList *prevTypeParamList = PrevIDecl->getTypeParamList()) { in ActOnStartClassInterface() local
1017 if (checkTypeParamListConsistency(*this, prevTypeParamList, in ActOnStartClassInterface()
1025 Diag(prevTypeParamList->getLAngleLoc(), diag::note_previous_decl) in ActOnStartClassInterface()
1030 for (auto typeParam : *prevTypeParamList) { in ActOnStartClassInterface()
1841 if (auto prevTypeParamList = IDecl->getTypeParamList()) { in ActOnStartCategoryInterface() local
1842 if (checkTypeParamListConsistency(*this, prevTypeParamList, typeParamList, in ActOnStartCategoryInterface()