Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Lex/
DLexer.cpp2264 llvm::StringRef SlashChars = LangOpts.MSVCCompat ? "/\\" : "/"; in codeCompleteIncludedFile() local
2265 auto Slash = PartialPath.find_last_of(SlashChars); in codeCompleteIncludedFile()
2282 if (llvm::is_contained(SlashChars, Next)) in codeCompleteIncludedFile()