Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DLexer.h732 void codeCompleteIncludedFile(const char *PathStart,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DLexer.cpp2095 void Lexer::codeCompleteIncludedFile(const char *PathStart, in codeCompleteIncludedFile() argument
2099 StringRef PartialPath(PathStart, CompletionPoint - PathStart); in codeCompleteIncludedFile()
2105 (Slash == StringRef::npos) ? PathStart : PathStart + Slash + 1; in codeCompleteIncludedFile()