Home | History | Annotate | Download | only in Sema

Lines Matching defs:ArgTys

2301         SmallVector<QualType, 16> ArgTys;
2302 ArgTys.reserve(FTI.NumArgs);
2339 // Do not add 'void' to the ArgTys list.
2367 ArgTys.push_back(ArgTy);
2405 T = Context.getFunctionType(T, ArgTys.data(), ArgTys.size(), EPI);