Home | History | Annotate | Download | only in Core

Lines Matching refs:ParamDecl

293     const ParmVarDecl *ParamDecl = *I;
294 assert(ParamDecl && "Formal parameter has no decl?");
298 Loc ParamLoc = SVB.makeLoc(MRMgr.getVarRegion(ParamDecl, CalleeCtx));