Searched refs:SlashChars (Results 1 – 1 of 1) sorted by relevance
2390 llvm::StringRef SlashChars = LangOpts.MSVCCompat ? "/\\" : "/"; in codeCompleteIncludedFile() local2391 auto Slash = PartialPath.find_last_of(SlashChars); in codeCompleteIncludedFile()2408 if (SlashChars.contains(Next)) in codeCompleteIncludedFile()