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

References

tools/clang/lib/Sema/SemaChecking.cpp
 4183     FormatString = OSL->getString();
 4185     FormatString = dyn_cast<StringLiteral>(FormatExpr->IgnoreParenImpCasts());
 4186   if (!FormatString)
 4188   if (S.FormatStringHasSArg(FormatString)) {