Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp853 ObjCTypeParamDecl *newTypeParam = newTypeParams->begin()[i]; in checkTypeParamListConsistency() local
861 newTypeParam->setVariance(prevTypeParam->getVariance()); in checkTypeParamListConsistency()
875 diagLoc = newTypeParam->getBeginLoc(); in checkTypeParamListConsistency()
880 << newTypeParam->getDeclName() in checkTypeParamListConsistency()
894 if (newTypeParam->getVariance() in checkTypeParamListConsistency()
921 if (newTypeParam->hasExplicitBound()) { in checkTypeParamListConsistency()
925 << newTypeParam->getUnderlyingType() in checkTypeParamListConsistency()
926 << newTypeParam->getDeclName() in checkTypeParamListConsistency()
952 = S.getLocForEndOfToken(newTypeParam->getLocation()); in checkTypeParamListConsistency()
956 S.Diag(newTypeParam->getLocation(), in checkTypeParamListConsistency()
[all …]