Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DLexer.cpp2096 const char *CompletionPoint, in codeCompleteIncludedFile() argument
2099 StringRef PartialPath(PathStart, CompletionPoint - PathStart); in codeCompleteIncludedFile()
2108 StringRef(StartOfFilename, CompletionPoint - StartOfFilename))); in codeCompleteIncludedFile()
2111 while (CompletionPoint < BufferEnd) { in codeCompleteIncludedFile()
2112 char Next = *(CompletionPoint + 1); in codeCompleteIncludedFile()
2115 ++CompletionPoint; in codeCompleteIncludedFile()
2124 FileLoc.getLocWithOffset(CompletionPoint - BufferStart)); in codeCompleteIncludedFile()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DLexer.h733 const char *CompletionPoint, bool IsAngled);