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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp852 ObjCTypeParamDecl *newTypeParam = newTypeParams->begin()[i]; local
855 if (newTypeParam->getVariance() != prevTypeParam->getVariance()) {
856 if (newTypeParam->getVariance() == ObjCTypeParamVariance::Invariant &&
860 newTypeParam->setVariance(prevTypeParam->getVariance());
872 SourceLocation diagLoc = newTypeParam->getVarianceLoc();
874 diagLoc = newTypeParam->getBeginLoc();
878 << static_cast<unsigned>(newTypeParam->getVariance())
879 << newTypeParam->getDeclName()
884 diag << FixItHint::CreateRemoval(newTypeParam->getVarianceLoc());
893 if (newTypeParam
[all...]

Completed in 80 milliseconds