Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Lex/
DLexer.cpp2094 const char *CompletionPoint, in codeCompleteIncludedFile() argument
2097 StringRef PartialPath(PathStart, CompletionPoint - PathStart); in codeCompleteIncludedFile()
2106 StringRef(StartOfFilename, CompletionPoint - StartOfFilename))); in codeCompleteIncludedFile()
2109 while (CompletionPoint < BufferEnd) { in codeCompleteIncludedFile()
2110 char Next = *(CompletionPoint + 1); in codeCompleteIncludedFile()
2113 ++CompletionPoint; in codeCompleteIncludedFile()
2122 FileLoc.getLocWithOffset(CompletionPoint - BufferStart)); in codeCompleteIncludedFile()
/external/llvm-project/clang/include/clang/Lex/
DLexer.h733 const char *CompletionPoint, bool IsAngled);