Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Lex/
DLexer.h732 void codeCompleteIncludedFile(const char *PathStart,
/external/llvm-project/clang/lib/Lex/
DLexer.cpp2093 void Lexer::codeCompleteIncludedFile(const char *PathStart, in codeCompleteIncludedFile() argument
2097 StringRef PartialPath(PathStart, CompletionPoint - PathStart); in codeCompleteIncludedFile()
2103 (Slash == StringRef::npos) ? PathStart : PathStart + Slash + 1; in codeCompleteIncludedFile()