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

References

tools/clang/lib/Sema/SemaChecking.cpp
 8773   if (!FExpr->isAscii() && !FExpr->isUTF8()) {
 8773   if (!FExpr->isAscii() && !FExpr->isUTF8()) {
 8776         S.PDiag(diag::warn_format_string_is_wide_literal), FExpr->getBeginLoc(),
 8782   StringRef StrRef = FExpr->getString();
 8786     S.Context.getAsConstantArrayType(FExpr->getType());
 8804         FExpr->getBeginLoc(),
 8813         S.PDiag(diag::warn_empty_format_string), FExpr->getBeginLoc(),
 8822         S, FExpr, OrigFormatExpr, Type, firstDataArg, numDataArgs,
 8833     CheckScanfHandler H(S, FExpr, OrigFormatExpr, Type, firstDataArg,