Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp2386 const char *CompletionPoint, in codeCompleteIncludedFile() argument
2389 StringRef PartialPath(PathStart, CompletionPoint - PathStart); in codeCompleteIncludedFile()
2398 StringRef(StartOfFilename, CompletionPoint - StartOfFilename))); in codeCompleteIncludedFile()
2401 while (CompletionPoint < BufferEnd) { in codeCompleteIncludedFile()
2402 char Next = *(CompletionPoint + 1); in codeCompleteIncludedFile()
2405 ++CompletionPoint; in codeCompleteIncludedFile()
2414 FileLoc.getLocWithOffset(CompletionPoint - BufferStart)); in codeCompleteIncludedFile()