Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclObjC.cpp858 } else if (prevTypeParam->getVariance() in checkTypeParamListConsistency()
878 << prevTypeParam->getDeclName(); in checkTypeParamListConsistency()
879 switch (prevTypeParam->getVariance()) { in checkTypeParamListConsistency()
903 << prevTypeParam->getDeclName(); in checkTypeParamListConsistency()
923 << prevTypeParam->hasExplicitBound() in checkTypeParamListConsistency()
924 << prevTypeParam->getUnderlyingType() in checkTypeParamListConsistency()
926 << prevTypeParam->getDeclName() in checkTypeParamListConsistency()
929 prevTypeParam->getUnderlyingType().getAsString( in checkTypeParamListConsistency()
933 << prevTypeParam->getDeclName(); in checkTypeParamListConsistency()
955 << prevTypeParam->getUnderlyingType() in checkTypeParamListConsistency()
[all …]