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

References

tools/clang/lib/StaticAnalyzer/Checkers/IteratorChecker.cpp
  634         handleAssign(C, InstCall->getCXXThisVal());
  639         handleClear(C, InstCall->getCXXThisVal());
  644         handlePushBack(C, InstCall->getCXXThisVal());
  649         handlePopBack(C, InstCall->getCXXThisVal());
  654         handlePushFront(C, InstCall->getCXXThisVal());
  659         handlePopFront(C, InstCall->getCXXThisVal());