Searched refs:finalTypeArgs (Results 1 – 1 of 1) sorted by relevance
785 SmallVector<QualType, 4> finalTypeArgs; in applyObjCTypeArgs() local819 finalTypeArgs.push_back(typeArg); in applyObjCTypeArgs()930 if (!anyPackExpansions && finalTypeArgs.size() != numTypeParams) { in applyObjCTypeArgs()934 << (unsigned)finalTypeArgs.size() in applyObjCTypeArgs()946 return S.Context.getObjCObjectType(type, finalTypeArgs, { }, false); in applyObjCTypeArgs()