Searched refs:finalTypeArgs (Results 1 – 2 of 2) sorted by relevance
839 SmallVector<QualType, 4> finalTypeArgs; in applyObjCTypeArgs() local873 finalTypeArgs.push_back(typeArg); in applyObjCTypeArgs()984 if (!anyPackExpansions && finalTypeArgs.size() != numTypeParams) { in applyObjCTypeArgs()988 << (unsigned)finalTypeArgs.size() in applyObjCTypeArgs()1000 return S.Context.getObjCObjectType(type, finalTypeArgs, { }, false); in applyObjCTypeArgs()
880 SmallVector<QualType, 4> finalTypeArgs; in applyObjCTypeArgs() local914 finalTypeArgs.push_back(typeArg); in applyObjCTypeArgs()1024 if (!anyPackExpansions && finalTypeArgs.size() != numTypeParams) { in applyObjCTypeArgs()1028 << (unsigned)finalTypeArgs.size() in applyObjCTypeArgs()1040 return S.Context.getObjCObjectType(type, finalTypeArgs, { }, false); in applyObjCTypeArgs()