reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Lex/Lexer.cpp
 2092   StringRef PartialPath(PathStart, CompletionPoint - PathStart);
 2100       StringRef(StartOfFilename, CompletionPoint - StartOfFilename)));
 2102   while (CompletionPoint < BufferEnd) {
 2103     char Next = *(CompletionPoint + 1);
 2106     ++CompletionPoint;
 2112       FileLoc.getLocWithOffset(CompletionPoint - BufferStart));