Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp881 unsigned numTypeParams = typeParams->size(); in applyObjCTypeArgs() local
922 if (i < numTypeParams) { in applyObjCTypeArgs()
930 << numTypeParams; in applyObjCTypeArgs()
1024 if (!anyPackExpansions && finalTypeArgs.size() != numTypeParams) { in applyObjCTypeArgs()
1029 << (unsigned)numTypeParams; in applyObjCTypeArgs()