Home | History | Annotate | Download | only in Sema

Lines Matching refs:ParamLoc

726     SourceLocation ParamLoc = PD->getLocation();
728 SemaRef.RequireLiteralType(ParamLoc, *i,
6351 SourceLocation ParamLoc = Constructor->getParamDecl(0)->getLocation();
6355 Diag(ParamLoc, diag::err_constructor_byvalue_arg)
6356 << FixItHint::CreateInsertion(ParamLoc, ConstRef);