Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Lex/
H A DLexer.cpp2202 StringRef PartialPath(PathStart, CompletionPoint - PathStart); in codeCompleteIncludedFile() local
2204 auto Slash = PartialPath.find_last_of(SlashChars); in codeCompleteIncludedFile()
2206 (Slash == StringRef::npos) ? "" : PartialPath.take_front(Slash); in codeCompleteIncludedFile()