Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Lex/
DLexer.cpp2098 llvm::StringRef SlashChars = LangOpts.MSVCCompat ? "/\\" : "/"; in codeCompleteIncludedFile() local
2099 auto Slash = PartialPath.find_last_of(SlashChars); in codeCompleteIncludedFile()
2116 if (llvm::is_contained(SlashChars, Next)) in codeCompleteIncludedFile()