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

Declarations

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h
 1477   void setTrait(const MemRegion *MR, InvalidationKinds IK);

References

tools/clang/lib/StaticAnalyzer/Checkers/CStringChecker.cpp
  982       ITraits.setTrait(R->getBaseRegion(),
  984       ITraits.setTrait(R, RegionAndSymbolInvalidationTraits::TK_SuppressEscape);
  992           ITraits.setTrait(
tools/clang/lib/StaticAnalyzer/Core/CallEvent.cpp
  310         ETraits.setTrait(MR->getBaseRegion(),
  707     ETraits->setTrait(ThisRegion->getBaseRegion(),
  954         ETraits->setTrait(
  957         ETraits->setTrait(
tools/clang/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp
  644     ITraits.setTrait(TargetR,
tools/clang/lib/StaticAnalyzer/Core/LoopWidening.cpp
   65     ITraits.setTrait(Region,
   76     ITraits.setTrait(VarMem,
   89     ITraits.setTrait(ThisR,