Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaType.cpp786 unsigned numTypeParams = typeParams->size(); in applyObjCTypeArgs() local
827 if (i < numTypeParams) { in applyObjCTypeArgs()
835 << numTypeParams; in applyObjCTypeArgs()
930 if (!anyPackExpansions && finalTypeArgs.size() != numTypeParams) { in applyObjCTypeArgs()
935 << (unsigned)numTypeParams; in applyObjCTypeArgs()