Lines Matching refs:ParamLoc
714 SourceLocation ParamLoc = PD->getLocation();716 SemaRef.RequireLiteralType(ParamLoc, *i,5928 SourceLocation ParamLoc = Constructor->getParamDecl(0)->getLocation();5932 Diag(ParamLoc, diag::err_constructor_byvalue_arg)5933 << FixItHint::CreateInsertion(ParamLoc, ConstRef);