Searched refs:SlashChars (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp2096 llvm::StringRef SlashChars = LangOpts.MSVCCompat ? "/\\" : "/"; local
2097 auto Slash = PartialPath.find_last_of(SlashChars);
2114 if (llvm::is_contained(SlashChars, Next))

Completed in 51 milliseconds