Searched refs:PartialPath (Results 1 – 1 of 1) sorted by relevance
2085 StringRef PartialPath(PathStart, CompletionPoint - PathStart); in codeCompleteIncludedFile() local2086 auto Slash = PartialPath.find_last_of(LangOpts.MSVCCompat ? "/\\" : "/"); in codeCompleteIncludedFile()2088 (Slash == StringRef::npos) ? "" : PartialPath.take_front(Slash); in codeCompleteIncludedFile()