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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DLexer.h728 void codeCompleteIncludedFile(const char *PathStart,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp2091 void Lexer::codeCompleteIncludedFile(const char *PathStart, argument
2095 StringRef PartialPath(PathStart, CompletionPoint - PathStart);
2101 (Slash == StringRef::npos) ? PathStart : PathStart + Slash + 1;

Completed in 109 milliseconds