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

References

tools/clang/lib/StaticAnalyzer/Checkers/IteratorChecker.cpp
 2177   return processIteratorPositions(State, MatchCont, Invalidate);
 2191   return processIteratorPositions(State, MatchContAndCompare, Invalidate);
 2203   return processIteratorPositions(State, Compare, Invalidate);
 2218   return processIteratorPositions(State, Compare, Invalidate);
 2230   return processIteratorPositions(State, MatchCont, ReAssign);
 2245   return processIteratorPositions(State, MatchContAndCompare, ReAssign);
 2261   return processIteratorPositions(State, LessThanEnd, RebaseSymbol);