Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp2390 llvm::StringRef SlashChars = LangOpts.MSVCCompat ? "/\\" : "/"; in codeCompleteIncludedFile() local
2391 auto Slash = PartialPath.find_last_of(SlashChars); in codeCompleteIncludedFile()
2408 if (SlashChars.contains(Next)) in codeCompleteIncludedFile()