Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp846 unsigned numTypeParams = typeParams->size(); in applyObjCTypeArgs() local
887 if (i < numTypeParams) { in applyObjCTypeArgs()
895 << numTypeParams; in applyObjCTypeArgs()
989 if (!anyPackExpansions && finalTypeArgs.size() != numTypeParams) { in applyObjCTypeArgs()
994 << (unsigned)numTypeParams; in applyObjCTypeArgs()