Searched refs:CompletionPoint (Results 1 – 2 of 2) sorted by relevance
771 const char *CompletionPoint, bool IsAngled);
2330 const char *CompletionPoint, in codeCompleteIncludedFile() argument2333 StringRef PartialPath(PathStart, CompletionPoint - PathStart); in codeCompleteIncludedFile()2342 StringRef(StartOfFilename, CompletionPoint - StartOfFilename))); in codeCompleteIncludedFile()2345 while (CompletionPoint < BufferEnd) { in codeCompleteIncludedFile()2346 char Next = *(CompletionPoint + 1); in codeCompleteIncludedFile()2349 ++CompletionPoint; in codeCompleteIncludedFile()2358 FileLoc.getLocWithOffset(CompletionPoint - BufferStart)); in codeCompleteIncludedFile()