Searched refs:SlashChars (Results 1 – 1 of 1) sorted by relevance
2098 llvm::StringRef SlashChars = LangOpts.MSVCCompat ? "/\\" : "/"; in codeCompleteIncludedFile() local2099 auto Slash = PartialPath.find_last_of(SlashChars); in codeCompleteIncludedFile()2116 if (llvm::is_contained(SlashChars, Next)) in codeCompleteIncludedFile()