Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjC.cpp543 SmallVector<QualType, 4> finalTypeArgs; in applyObjCTypeArgs() local
579 finalTypeArgs.push_back(typeArg); in applyObjCTypeArgs()
691 if (!anyPackExpansions && finalTypeArgs.size() != numTypeParams) { in applyObjCTypeArgs()
694 << (unsigned)finalTypeArgs.size() << (unsigned)numTypeParams; in applyObjCTypeArgs()
704 return S.Context.getObjCObjectType(type, finalTypeArgs, {}, false); in applyObjCTypeArgs()