Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp880 SmallVector<QualType, 4> finalTypeArgs; in applyObjCTypeArgs() local
914 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()