Home | History | Annotate | Download | only in Sema

Lines Matching refs:CallType

3408   VariadicCallType CallType =
3411 CallType = VariadicBlock; // Block
3413 CallType = VariadicMethod;
3415 Proto, 0, Args, NumArgs, AllArgs, CallType);
3431 VariadicCallType CallType,
3502 if (CallType != VariadicDoesNotApply) {
3513 arg = DefaultVariadicArgumentPromotion(Args[i], CallType, FDecl);
3521 ExprResult Arg = DefaultVariadicArgumentPromotion(Args[i], CallType,