reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaDecl.cpp
13240         Diag(FTI.Params[i].IdentLoc, diag::ext_param_not_declared)
13250         DS.SetTypeSpecType(DeclSpec::TST_int, FTI.Params[i].IdentLoc, PrevSpec,
13253         DS.SetRangeStart(FTI.Params[i].IdentLoc);
13254         DS.SetRangeEnd(FTI.Params[i].IdentLoc);
13256         ParamD.SetIdentifier(FTI.Params[i].Ident, FTI.Params[i].IdentLoc);
tools/clang/lib/Sema/SemaType.cpp
 4780           S.Diag(FTI.Params[0].IdentLoc,
 4826               S.Diag(FTI.Params[i].IdentLoc, diag::err_param_with_void_type);