Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DLexer.cpp2263 StringRef PartialPath(PathStart, CompletionPoint - PathStart); in codeCompleteIncludedFile() local
2265 auto Slash = PartialPath.find_last_of(SlashChars); in codeCompleteIncludedFile()
2267 (Slash == StringRef::npos) ? "" : PartialPath.take_front(Slash); in codeCompleteIncludedFile()