Searched refs:CompletionPoint (Results 1 – 2 of 2) sorted by relevance
784 const char *CompletionPoint, bool IsAngled);
2405 const char *CompletionPoint, in codeCompleteIncludedFile() argument2408 StringRef PartialPath(PathStart, CompletionPoint - PathStart); in codeCompleteIncludedFile()2417 StringRef(StartOfFilename, CompletionPoint - StartOfFilename))); in codeCompleteIncludedFile()2420 while (CompletionPoint < BufferEnd) { in codeCompleteIncludedFile()2421 char Next = *(CompletionPoint + 1); in codeCompleteIncludedFile()2424 ++CompletionPoint; in codeCompleteIncludedFile()2433 FileLoc.getLocWithOffset(CompletionPoint - BufferStart)); in codeCompleteIncludedFile()