Home | History | Annotate | Download | only in Sema

Lines Matching refs:CallType

4230   VariadicCallType CallType = getVariadicCallType(FDecl, Proto, Fn);
4233 Proto, 0, Args, AllArgs, CallType);
4247 VariadicCallType CallType, bool AllowExplicit,
4316 if (CallType != VariadicDoesNotApply) {
4331 ExprResult Arg = DefaultVariadicArgumentPromotion(Args[i], CallType,