Searched refs:CompletionPoint (Results 1 – 2 of 2) sorted by relevance
2082 const char *CompletionPoint, in codeCompleteIncludedFile() argument2085 StringRef PartialPath(PathStart, CompletionPoint - PathStart); in codeCompleteIncludedFile()2093 StringRef(StartOfFilename, CompletionPoint - StartOfFilename))); in codeCompleteIncludedFile()2095 while (CompletionPoint < BufferEnd) { in codeCompleteIncludedFile()2096 char Next = *(CompletionPoint + 1); in codeCompleteIncludedFile()2099 ++CompletionPoint; in codeCompleteIncludedFile()2105 FileLoc.getLocWithOffset(CompletionPoint - BufferStart)); in codeCompleteIncludedFile()
715 const char *CompletionPoint, bool IsAngled);