Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DLexer.cpp2099 StringRef PartialPath(PathStart, CompletionPoint - PathStart); in codeCompleteIncludedFile() local
2101 auto Slash = PartialPath.find_last_of(SlashChars); in codeCompleteIncludedFile()
2103 (Slash == StringRef::npos) ? "" : PartialPath.take_front(Slash); in codeCompleteIncludedFile()