Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Lex/
H A DLexer.h770 const char *CompletionPoint, bool IsAngled);
/llvm-project-15.0.7/clang/lib/Lex/
H A DLexer.cpp2199 const char *CompletionPoint, in codeCompleteIncludedFile() argument
2202 StringRef PartialPath(PathStart, CompletionPoint - PathStart); in codeCompleteIncludedFile()
2211 StringRef(StartOfFilename, CompletionPoint - StartOfFilename))); in codeCompleteIncludedFile()
2214 while (CompletionPoint < BufferEnd) { in codeCompleteIncludedFile()
2215 char Next = *(CompletionPoint + 1); in codeCompleteIncludedFile()
2218 ++CompletionPoint; in codeCompleteIncludedFile()
2227 FileLoc.getLocWithOffset(CompletionPoint - BufferStart)); in codeCompleteIncludedFile()