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

References

tools/clang/lib/StaticAnalyzer/Checkers/IteratorChecker.cpp
 1170   auto State = C.getState();
 1173     State = createContainerEnd(State, ContReg, CE, C.getASTContext().LongTy,
 1174                                C.getLocationContext(), C.blockCount());
 1174                                C.getLocationContext(), C.blockCount());
 1179   C.addTransition(State);