Home | History | Annotate | Download | only in AST

Lines Matching refs:getNumParams

1840   } else if (Proto->getNumParams() == 0 && !Proto->isVariadic()) {
1844 for (unsigned I = 0, E = Proto->getNumParams(); I != E; ++I) {