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

References

tools/clang/lib/StaticAnalyzer/Checkers/TrustNonnullChecker.cpp
  149     for (const std::pair<SymbolRef, SymbolRef> &P : State->get<MapName>())
  151         State = State->remove<MapName>(P.first);
  151         State = State->remove<MapName>(P.first);
  152     return State;