Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclObjC.cpp871 diagLoc = newTypeParam->getBeginLoc(); in checkTypeParamListConsistency()
876 << newTypeParam->getDeclName() in checkTypeParamListConsistency()
890 if (newTypeParam->getVariance() in checkTypeParamListConsistency()
917 if (newTypeParam->hasExplicitBound()) { in checkTypeParamListConsistency()
921 << newTypeParam->getUnderlyingType() in checkTypeParamListConsistency()
922 << newTypeParam->getDeclName() in checkTypeParamListConsistency()
937 newTypeParam->setTypeSourceInfo( in checkTypeParamListConsistency()
949 = S.getLocForEndOfToken(newTypeParam->getLocation()); in checkTypeParamListConsistency()
953 S.Diag(newTypeParam->getLocation(), in checkTypeParamListConsistency()
956 << newTypeParam->getDeclName() in checkTypeParamListConsistency()
[all …]