Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DLexer.cpp2085 StringRef PartialPath(PathStart, CompletionPoint - PathStart); in codeCompleteIncludedFile() local
2086 auto Slash = PartialPath.find_last_of(LangOpts.MSVCCompat ? "/\\" : "/"); in codeCompleteIncludedFile()
2088 (Slash == StringRef::npos) ? "" : PartialPath.take_front(Slash); in codeCompleteIncludedFile()