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);
 2092   StringRef PartialPath(PathStart, CompletionPoint - PathStart);
 2097       (Slash == StringRef::npos) ? PathStart : PathStart + Slash + 1;
 2097       (Slash == StringRef::npos) ? PathStart : PathStart + Slash + 1;