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

Declarations

include/llvm/Support/Path.h
   91   reverse_iterator &operator++();    // preincrement

References

lib/Support/Path.cpp
  300   ++I;
lib/Support/VirtualFileSystem.cpp
 1470          I != E; ++I) {
tools/clang/lib/CodeGen/CGExpr.cpp
 2888         ++I;
tools/clang/lib/Driver/ToolChains/MSVC.cpp
  157           ++It;
tools/clang/lib/Frontend/FrontendAction.cpp
  388       for (int I = 0; I != Dir.level() + 1; ++I, ++PathIt)
tools/clang/lib/Lex/PPDirectives.cpp
 1638       ++RealPathComponentIter;
tools/clang/lib/Tooling/InterpolatingCompilationDatabase.cpp
  332       auto Dir = ++sys::path::rbegin(Path), DirEnd = sys::path::rend(Path);
  333       for (int J = 0; J < DirectorySegmentsIndexed && Dir != DirEnd; ++J, ++Dir)
  384     auto Dir = ++sys::path::rbegin(Filename),
  386     for (int I = 0; I < DirectorySegmentsQueried && Dir != DirEnd; ++I, ++Dir) {
tools/clang/tools/extra/clangd/index/CanonicalIncludes.cpp
   53        It != End && Components <= MaxSuffixComponents; ++It, ++Components) {
unittests/Support/Path.cpp
  148                                      ++ci) {
usr/include/c++/7.4.0/bits/stl_algo.h
  105 	++__first;