Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp875 unsigned numTypeParams = typeParams->size(); in applyObjCTypeArgs() local
918 if (i < numTypeParams) { in applyObjCTypeArgs()
926 << numTypeParams; in applyObjCTypeArgs()
1020 if (!anyPackExpansions && finalTypeArgs.size() != numTypeParams) { in applyObjCTypeArgs()
1025 << (unsigned)numTypeParams; in applyObjCTypeArgs()