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

References

tools/clang/lib/Sema/SemaChecking.cpp
 4178   if (const CStyleCastExpr *CSCE = dyn_cast<CStyleCastExpr>(FormatExpr))
 4179     FormatExpr = CSCE->getSubExpr();
 4182       dyn_cast<ObjCStringLiteral>(FormatExpr->IgnoreParenImpCasts()))
 4185     FormatString = dyn_cast<StringLiteral>(FormatExpr->IgnoreParenImpCasts());
 4189     S.Diag(FormatExpr->getExprLoc(), diag::warn_objc_cdirective_format_string)