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

Declarations

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h
  560   const BlockDataRegion *getBlockRegion() const;

References

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h
  563     const BlockDataRegion *BR = getBlockRegion();
  581     const BlockDataRegion *BR = getBlockRegion();
tools/clang/lib/StaticAnalyzer/Core/CallEvent.cpp
  864   if (const MemRegion *R = getBlockRegion())
tools/clang/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp
  440     const BlockDataRegion *BR = cast<BlockCall>(Call).getBlockRegion();