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.cpp548 unsigned numTypeParams = typeParams->size(); in applyObjCTypeArgs() local
591 if (i < numTypeParams) { in applyObjCTypeArgs()
597 << numTypeParams; in applyObjCTypeArgs()
695 if (!anyPackExpansions && finalTypeArgs.size() != numTypeParams) { in applyObjCTypeArgs()
698 << (unsigned)finalTypeArgs.size() << (unsigned)numTypeParams; in applyObjCTypeArgs()