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

References

tools/clang/lib/Lex/Lexer.cpp
 2093   auto Slash = PartialPath.find_last_of(LangOpts.MSVCCompat ? "/\\" : "/");
 2095       (Slash == StringRef::npos) ? "" : PartialPath.take_front(Slash);