Home | History | Annotate | Download | only in AST

Lines Matching refs:Parm

768       for (FunctionDecl::param_const_iterator Parm = D->param_begin(),
770 Parm != ParmEnd; ++Parm)
771 mangleType((*Parm)->getTypeSourceInfo()->getType());