reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
286 if (NativePath.find_first_of(" #${}^!") != StringRef::npos)
unittests/ADT/SmallStringTest.cpp136 EXPECT_EQ(1U, theString.find_first_of("el")); 137 EXPECT_EQ(StringRef::npos, theString.find_first_of("xyz"));