Home | History | Annotate | Download | only in Core

Lines Matching refs:ParamDecl

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