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

References

tools/clang/lib/Sema/SemaChecking.cpp
 8775         S, inFunctionCall, Args[format_idx],
 8776         S.PDiag(diag::warn_format_string_is_wide_literal), FExpr->getBeginLoc(),
 8786     S.Context.getAsConstantArrayType(FExpr->getType());
 8794           Str, Str + StrLen, S.getLangOpts(), S.Context.getTargetInfo()))
 8794           Str, Str + StrLen, S.getLangOpts(), S.Context.getTargetInfo()))
 8802         S, inFunctionCall, Args[format_idx],
 8803         S.PDiag(diag::warn_printf_format_string_not_null_terminated),
 8812         S, inFunctionCall, Args[format_idx],
 8813         S.PDiag(diag::warn_empty_format_string), FExpr->getBeginLoc(),
 8822         S, FExpr, OrigFormatExpr, Type, firstDataArg, numDataArgs,
 8828                                                   S.getLangOpts(),
 8829                                                   S.Context.getTargetInfo(),
 8833     CheckScanfHandler H(S, FExpr, OrigFormatExpr, Type, firstDataArg,
 8838                                                  S.getLangOpts(),
 8839                                                  S.Context.getTargetInfo()))