Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Lex/
DLexer.cpp2097 StringRef PartialPath(PathStart, CompletionPoint - PathStart); in codeCompleteIncludedFile() local
2099 auto Slash = PartialPath.find_last_of(SlashChars); in codeCompleteIncludedFile()
2101 (Slash == StringRef::npos) ? "" : PartialPath.take_front(Slash); in codeCompleteIncludedFile()