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

References

tools/clang/lib/AST/StmtPrinter.cpp
 1166   if (Str.find_first_not_of("-0123456789") == StringRef::npos)
unittests/ADT/SmallStringTest.cpp
  140   EXPECT_EQ(4U, theString.find_first_not_of("hel"));
  141   EXPECT_EQ(StringRef::npos, theString.find_first_not_of("hello"));