Searched refs:PathStart (Results 1 – 1 of 1) sorted by relevance
2385 void Lexer::codeCompleteIncludedFile(const char *PathStart, in codeCompleteIncludedFile() argument2389 StringRef PartialPath(PathStart, CompletionPoint - PathStart); in codeCompleteIncludedFile()2395 (Slash == StringRef::npos) ? PathStart : PathStart + Slash + 1; in codeCompleteIncludedFile()