Home
last modified time | relevance | path

Searched refs:PathStart (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp2385 void Lexer::codeCompleteIncludedFile(const char *PathStart, in codeCompleteIncludedFile() argument
2389 StringRef PartialPath(PathStart, CompletionPoint - PathStart); in codeCompleteIncludedFile()
2395 (Slash == StringRef::npos) ? PathStart : PathStart + Slash + 1; in codeCompleteIncludedFile()