Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaType.cpp872 unsigned numTypeParams = typeParams->size(); in applyObjCTypeArgs() local
913 if (i < numTypeParams) { in applyObjCTypeArgs()
921 << numTypeParams; in applyObjCTypeArgs()
1015 if (!anyPackExpansions && finalTypeArgs.size() != numTypeParams) { in applyObjCTypeArgs()
1020 << (unsigned)numTypeParams; in applyObjCTypeArgs()