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

References

tools/clang/lib/StaticAnalyzer/Checkers/IteratorChecker.cpp
 1148   auto State = C.getState();
 1151     State = createContainerBegin(State, ContReg, CE, C.getASTContext().LongTy,
 1152                                  C.getLocationContext(), C.blockCount());
 1152                                  C.getLocationContext(), C.blockCount());
 1157   C.addTransition(State);