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
  111   ASTContext &getContext() const;

References

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h
  544     ASTContext &ctx = getContext();
  596     const ASTContext &Ctx = getContext();
 1340                             superRegion, ER->getContext());
tools/clang/lib/StaticAnalyzer/Core/MemRegion.cpp
  459   os << "alloca{S" << Ex->getID(getContext()) << ',' << Cnt << '}';
  483   os << "{ S" << CL->getID(getContext()) <<  " }";
  488      << "S" << Ex->getID(getContext()) << '}';
  518   Str->printPretty(os, nullptr, PrintingPolicy(getContext().getLangOpts()));
  523   Str->printPretty(os, nullptr, PrintingPolicy(getContext().getLangOpts()));
 1234   ASTContext &C = getContext();
 1348         Ty = TVR->getDesugaredValueType(R->getContext());
 1382       const ASTRecordLayout &Layout = R->getContext().getASTRecordLayout(Child);
 1389       Offset += BaseOffset.getQuantity() * R->getContext().getCharWidth();
 1419         Offset += i * R->getContext().getTypeSize(EleTy);
 1453       const ASTRecordLayout &Layout = R->getContext().getASTRecordLayout(RD);