Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Lex/
H A DLexer.h769 void codeCompleteIncludedFile(const char *PathStart,
/openbsd/gnu/llvm/clang/lib/Lex/
H A DLexer.cpp2259 void Lexer::codeCompleteIncludedFile(const char *PathStart, in codeCompleteIncludedFile() argument
2263 StringRef PartialPath(PathStart, CompletionPoint - PathStart); in codeCompleteIncludedFile()
2269 (Slash == StringRef::npos) ? PathStart : PathStart + Slash + 1; in codeCompleteIncludedFile()