Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaType.cpp839 SmallVector<QualType, 4> finalTypeArgs; in applyObjCTypeArgs() local
873 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()