Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaType.cpp871 SmallVector<QualType, 4> finalTypeArgs; in applyObjCTypeArgs() local
905 finalTypeArgs.push_back(typeArg); in applyObjCTypeArgs()
1015 if (!anyPackExpansions && finalTypeArgs.size() != numTypeParams) { in applyObjCTypeArgs()
1019 << (unsigned)finalTypeArgs.size() in applyObjCTypeArgs()
1031 return S.Context.getObjCObjectType(type, finalTypeArgs, { }, false); in applyObjCTypeArgs()