Home | History | Annotate | Download | only in Core

Lines Matching refs:ParamDecl

1448     const ParmVarDecl *ParamDecl = *I;
1449 assert(ParamDecl && "Formal parameter has no decl?");
1450 QualType T = ParamDecl->getType();