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

References

tools/clang/lib/StaticAnalyzer/Core/Store.cpp
   97   QualType CanonPointeeTy = Ctx.getCanonicalType(PointeeTy);
  141       return MakeElementRegion(cast<SubRegion>(R), PointeeTy);
  180           QualType CanonPointeeTy = Ctx.getCanonicalType(PointeeTy);
  186         return MakeElementRegion(cast<SubRegion>(baseR), PointeeTy);
  200       if (!PointeeTy->isIncompleteType()) {
  202         CharUnits pointeeTySize = Ctx.getTypeSizeInChars(PointeeTy);
  221       return MakeElementRegion(cast<SubRegion>(newSuperR), PointeeTy, newIndex);