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);
  100   if (CanonPointeeTy.getLocalUnqualifiedType() == Ctx.VoidTy)
  106       QualType ObjTy = Ctx.getCanonicalType(TR->getValueType());
  179           QualType ObjTy = Ctx.getCanonicalType(TR->getValueType());
  180           QualType CanonPointeeTy = Ctx.getCanonicalType(PointeeTy);
  202         CharUnits pointeeTySize = Ctx.getTypeSizeInChars(PointeeTy);
  217         newSuperR = MakeElementRegion(cast<SubRegion>(baseR), Ctx.CharTy,