Home | History | Annotate | Download | only in Sema

Lines Matching refs:IdentLoc

7168         Diag(FTI.ArgInfo[i].IdentLoc, diag::ext_param_not_declared)
7178 DS.SetTypeSpecType(DeclSpec::TST_int, FTI.ArgInfo[i].IdentLoc,
7181 ParamD.SetIdentifier(FTI.ArgInfo[i].Ident, FTI.ArgInfo[i].IdentLoc);