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

References

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SValBuilder.h
  100     return (Context.getCanonicalType(Ty1) == Context.getCanonicalType(Ty2) ||
  100     return (Context.getCanonicalType(Ty1) == Context.getCanonicalType(Ty2) ||
  155   ASTContext &getContext() { return Context; }
  156   const ASTContext &getContext() const { return Context; }
  161     return Context.getLangOpts().CPlusPlus ? Context.BoolTy : Context.IntTy;
  161     return Context.getLangOpts().CPlusPlus ? Context.BoolTy : Context.IntTy;
  161     return Context.getLangOpts().CPlusPlus ? Context.BoolTy : Context.IntTy;
tools/clang/lib/StaticAnalyzer/Core/SValBuilder.cpp
  526   castTy = Context.getCanonicalType(castTy);
  527   originalTy = Context.getCanonicalType(originalTy);
  556     if (shouldBeModeledWithNoOp(Context, Context.getPointerType(castTy),
  556     if (shouldBeModeledWithNoOp(Context, Context.getPointerType(castTy),
  557                                          Context.getPointerType(originalTy)))
tools/clang/lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp
   83     unsigned castSize = Context.getIntWidth(castTy);
   90     QualType T = Context.getCanonicalType(se->getType());
  175     unsigned BitWidth = Context.getIntWidth(castTy);
  582             BasicVals.getAPSIntType(Context.VoidPtrTy).apply(i);