Home | History | Annotate | Download | only in Sema

Lines Matching refs:ParamLoc

667     SourceLocation ParamLoc = PD->getLocation();
669 SemaRef.RequireLiteralType(ParamLoc, *i,
5113 SourceLocation ParamLoc = Constructor->getParamDecl(0)->getLocation();
5117 Diag(ParamLoc, diag::err_constructor_byvalue_arg)
5118 << FixItHint::CreateInsertion(ParamLoc, ConstRef);