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

References

tools/clang/tools/extra/clang-tidy/abseil/StringFindStartswithCheck.cpp
   89     StartswithStr = "!absl::StartsWith";
   91     StartswithStr = "absl::StartsWith";
   97            (StringRef("use ") + StartswithStr + " instead of find() " +
  103       (StartswithStr + "(" + HaystackExprCode + ", " + NeedleExprCode + ")")