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

References

tools/clang/lib/StaticAnalyzer/Checkers/BasicObjCFoundationChecks.cpp
 1124   ContainerCountMapTy Tracked = State->get<ContainerCountMap>();
 1129       State = State->remove<ContainerCountMap>(Sym);
 1129       State = State->remove<ContainerCountMap>(Sym);
 1130       State = State->remove<ContainerNonEmptyMap>(Sym);
 1130       State = State->remove<ContainerNonEmptyMap>(Sym);
 1134   C.addTransition(State);