Home | History | Annotate | Download | only in Core

Lines Matching refs:ParamDecl

1620     const ParmVarDecl *ParamDecl = *I;
1621 assert(ParamDecl && "Formal parameter has no decl?");
1622 QualType T = ParamDecl->getType();