Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DLexer.h770 const char *CompletionPoint, bool IsAngled);
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DLexer.cpp2260 const char *CompletionPoint, in codeCompleteIncludedFile() argument
2263 StringRef PartialPath(PathStart, CompletionPoint - PathStart); in codeCompleteIncludedFile()
2272 StringRef(StartOfFilename, CompletionPoint - StartOfFilename))); in codeCompleteIncludedFile()
2275 while (CompletionPoint < BufferEnd) { in codeCompleteIncludedFile()
2276 char Next = *(CompletionPoint + 1); in codeCompleteIncludedFile()
2279 ++CompletionPoint; in codeCompleteIncludedFile()
2288 FileLoc.getLocWithOffset(CompletionPoint - BufferStart)); in codeCompleteIncludedFile()