Home | History | Annotate | Download | only in AST

Lines Matching refs:NumParams

1599       NumParams(params.size()), NumExceptions(epi.NumExceptions),
1604 assert(NumParams == params.size() && "function has too many parameters");
1608 for (unsigned i = 0; i != NumParams; ++i) {
1622 QualType *exnSlot = argSlot + NumParams;
1636 Expr **noexSlot = reinterpret_cast<Expr **>(argSlot + NumParams);
1650 reinterpret_cast<FunctionDecl **>(argSlot + NumParams);
1659 reinterpret_cast<FunctionDecl **>(argSlot + NumParams);
1665 for (unsigned i = 0; i != NumParams; ++i)
1728 const QualType *ArgTys, unsigned NumParams,
1750 for (unsigned i = 0; i != NumParams; ++i)
1774 for (unsigned i = 0; i != NumParams; ++i)
1783 Profile(ID, getReturnType(), param_type_begin(), NumParams, getExtProtoInfo(),