|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
lib/ProfileData/SampleProfReader.cpp 180 size_t n3 = Rest.find_last_of(':');
lib/Support/Path.cpp 103 pos = str.find_last_of(':', str.size() - 2);
487 size_t pos = p.find_last_of('.');
569 size_t pos = fname.find_last_of('.');
582 size_t pos = fname.find_last_of('.');
lib/Support/YAMLParser.cpp 1812 if (Raw.find_last_of('!') == 0) {
1821 StringRef TagHandle = Raw.substr(0, Raw.find_last_of('!') + 1);
1832 Ret += Raw.substr(Raw.find_last_of('!') + 1);
tools/clang/lib/Format/FormatTokenLexer.cpp 806 Text.substr(Text.find_last_of('\n') + 1), 0, Style.TabWidth, Encoding);
tools/clang/lib/Tooling/Refactoring/Rename/USRLocFinder.cpp 537 size_t LastColonPos = NewName.find_last_of(':');
tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/CPPLanguageRuntime.cpp 210 size_t pos2 = symbol_name.find_last_of(':');
tools/lldb/unittests/Host/FileSystemTest.cpp 92 auto LastSep = S.find_last_of('/');
unittests/Support/VirtualFileSystemTest.cpp 98 auto LastSep = S.find_last_of('/');