Home | History | Annotate | Download | only in Sema

Lines Matching refs:Variadic

6064   // Make sure the destructor isn't variadic.
6079 EPI.Variadic = false;
8066 if (EPI.Variadic) {
8070 EPI.Variadic = false;
10493 // Overloaded operators other than operator() cannot be variadic.