Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjC.cpp544 unsigned numTypeParams = typeParams->size(); in applyObjCTypeArgs() local
587 if (i < numTypeParams) { in applyObjCTypeArgs()
593 << numTypeParams; in applyObjCTypeArgs()
691 if (!anyPackExpansions && finalTypeArgs.size() != numTypeParams) { in applyObjCTypeArgs()
694 << (unsigned)finalTypeArgs.size() << (unsigned)numTypeParams; in applyObjCTypeArgs()