Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp2111 const char *CompletionPoint, in codeCompleteIncludedFile() argument
2114 StringRef PartialPath(PathStart, CompletionPoint - PathStart); in codeCompleteIncludedFile()
2123 StringRef(StartOfFilename, CompletionPoint - StartOfFilename))); in codeCompleteIncludedFile()
2126 while (CompletionPoint < BufferEnd) { in codeCompleteIncludedFile()
2127 char Next = *(CompletionPoint + 1); in codeCompleteIncludedFile()
2130 ++CompletionPoint; in codeCompleteIncludedFile()
2139 FileLoc.getLocWithOffset(CompletionPoint - BufferStart)); in codeCompleteIncludedFile()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DLexer.h733 const char *CompletionPoint, bool IsAngled);