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

References

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SMTConstraintManager.h
  227           << "{ \"symbol\": \"" << I->first << "\", \"range\": \"";
tools/clang/lib/StaticAnalyzer/Checkers/ObjCContainersChecker.cpp
  182     OS << I.first << " : " << I.second << NL;
tools/clang/lib/StaticAnalyzer/Checkers/ObjCSelfInitChecker.cpp
  365     Out << I->first << " : ";
tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.cpp
 1466     Out << I.first << " : ";
tools/clang/lib/StaticAnalyzer/Checkers/Taint.cpp
   37     Out << I.first << " : " << I.second << NL;
tools/clang/lib/StaticAnalyzer/Core/MemRegion.cpp
  529   os << "SymRegion{" << sym << '}';
tools/clang/lib/StaticAnalyzer/Core/RangeConstraintManager.cpp
  778         << "{ \"symbol\": \"" << I.getKey() << "\", \"range\": \"";
tools/clang/lib/StaticAnalyzer/Core/SVals.cpp
  322       os << castAs<nonloc::SymbolVal>().getSymbol();
tools/clang/lib/StaticAnalyzer/Core/SymbolManager.cpp
   96      << getParentSymbol() << ',' << getRegion() << '}';