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

/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp776 ObjCTypeParamDecl *newTypeParam = newTypeParams->begin()[i]; local
779 if (newTypeParam->getVariance() != prevTypeParam->getVariance()) {
780 if (newTypeParam->getVariance() == ObjCTypeParamVariance::Invariant &&
784 newTypeParam->setVariance(prevTypeParam->getVariance());
796 SourceLocation diagLoc = newTypeParam->getVarianceLoc();
798 diagLoc = newTypeParam->getLocStart();
802 << static_cast<unsigned>(newTypeParam->getVariance())
803 << newTypeParam->getDeclName()
808 diag << FixItHint::CreateRemoval(newTypeParam->getVarianceLoc());
817 if (newTypeParam
[all...]

Completed in 202 milliseconds