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