Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DLexer.h783 void codeCompleteIncludedFile(const char *PathStart,
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp2404 void Lexer::codeCompleteIncludedFile(const char *PathStart, in codeCompleteIncludedFile() argument
2408 StringRef PartialPath(PathStart, CompletionPoint - PathStart); in codeCompleteIncludedFile()
2414 (Slash == StringRef::npos) ? PathStart : PathStart + Slash + 1; in codeCompleteIncludedFile()