Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp845 SmallVector<QualType, 4> finalTypeArgs; in applyObjCTypeArgs() local
879 finalTypeArgs.push_back(typeArg); in applyObjCTypeArgs()
989 if (!anyPackExpansions && finalTypeArgs.size() != numTypeParams) { in applyObjCTypeArgs()
993 << (unsigned)finalTypeArgs.size() in applyObjCTypeArgs()
1005 return S.Context.getObjCObjectType(type, finalTypeArgs, { }, false); in applyObjCTypeArgs()