Home | History | Annotate | Download | only in Sema

Lines Matching refs:Variadic

3087   // If a variadic prototype is followed by a non-variadic K&R definition,
3088 // the K&R definition becomes variadic. This is sort of an edge case, but
7928 // don't support variadic calls. Only do this in C and do it after merging
8192 // Turn this into a variadic function with no parameters.
8196 EPI.Variadic = true;