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

Declarations

tools/clang/include/clang/Sema/Sema.h
11344   bool FormatStringHasSArg(const StringLiteral *FExpr);

References

tools/clang/lib/Sema/SemaChecking.cpp
 4188   if (S.FormatStringHasSArg(FormatString)) {
tools/clang/lib/Sema/SemaExprObjC.cpp
 2409     if (S.FormatStringHasSArg(FormatString)) {