reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
91 reverse_iterator &operator++(); // preincrement
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.cpp332 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;