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

References

tools/clang/tools/extra/clang-tidy/readability/RedundantStringCStrCheck.cpp
   99                                       hasArgument(0, StringCStrCallExpr)),
  111                       hasArgument(1, StringCStrCallExpr)),
  112                 allOf(hasArgument(0, StringCStrCallExpr),
  121                                          hasArgument(1, StringCStrCallExpr)),
  128                         argumentCountIs(1), hasArgument(0, StringCStrCallExpr)),
  135                         argumentCountIs(3), hasArgument(2, StringCStrCallExpr)),
  145                         hasArgument(0, StringCStrCallExpr)),
  152                         argumentCountIs(2), hasArgument(1, StringCStrCallExpr)),
  170           hasArgument(0, StringCStrCallExpr)),