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
  133   const SymbolicRegion *getSymbolicBase() const;

References

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h
 1202     assert(SReg->getSymbolicBase() &&
tools/clang/lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp
  323   return IvarRegion->getSymbolicBase()->getSymbol();
tools/clang/lib/StaticAnalyzer/Checkers/IteratorChecker.cpp
 1069   if (const auto *ContSym = Cont->getSymbolicBase()) {
 1085   if (const auto *ContSym = IterCont->getSymbolicBase()) {
 1114   if (const auto *ContSym = IterCont1->getSymbolicBase()) {
 1124   if (const auto *ContSym = IterCont2->getSymbolicBase()) {
tools/clang/lib/StaticAnalyzer/Checkers/MIGChecker.cpp
  135     const SymbolicRegion *SR = MR->getSymbolicBase();
tools/clang/lib/StaticAnalyzer/Core/SVals.cpp
   93                                       R->getSymbolicBase() :
tools/clang/lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp
  160         if (const SymbolicRegion *SymR = R->getSymbolicBase())