Searched refs:PartialPath (Results 1 – 1 of 1) sorted by relevance
2097 StringRef PartialPath(PathStart, CompletionPoint - PathStart); in codeCompleteIncludedFile() local2099 auto Slash = PartialPath.find_last_of(SlashChars); in codeCompleteIncludedFile()2101 (Slash == StringRef::npos) ? "" : PartialPath.take_front(Slash); in codeCompleteIncludedFile()