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

References

tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h
  707     return BR.getContext();
tools/clang/lib/StaticAnalyzer/Checkers/CStringSyntaxChecker.cpp
  201         ASTContext &C = BR.getContext();
tools/clang/lib/StaticAnalyzer/Checkers/CheckObjCInstMethSignature.cpp
   88   ASTContext &Ctx = BR.getContext();
tools/clang/lib/StaticAnalyzer/Checkers/CheckSecuritySyntaxOnly.cpp
   81     CheckRand(isArc4RandomAvailable(BR.getContext())),
  348     if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().VoidTy)
  390     if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().VoidTy)
  432   if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().VoidTy)
  474   if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy)
  514   if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy)
  555   if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy)
  614     if (!suffixEx->EvaluateAsInt(EVResult, BR.getContext()))
  670     uint64_t ArraySize = BR.getContext().getTypeSize(Array) / 8;
  740   if (!BR.getContext().getLangOpts().C11)
  824     if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy)
  946       II_setid[i] = &BR.getContext().Idents.get(identifiers[i]);
tools/clang/lib/StaticAnalyzer/Checkers/CloneChecker.cpp
  161   ASTContext &ACtx = BR.getContext();
tools/clang/lib/StaticAnalyzer/Checkers/DeadStoresChecker.cpp
  527     DeadStoreObs A(cfg, BR.getContext(), BR, this, AC, pmap, FS.Escaped,
tools/clang/lib/StaticAnalyzer/Checkers/IvarInvalidationChecker.cpp
  444                     BR.getContext()).VisitStmt(D->getBody());
  498                     BR.getContext()).VisitStmt(D->getBody());
tools/clang/lib/StaticAnalyzer/Checkers/MallocOverflowSecurityChecker.cpp
  277   CheckOverflowOps c(PossibleMallocOverflows, BR.getContext());
tools/clang/lib/StaticAnalyzer/Checkers/MallocSizeofChecker.cpp
  179     CastedAllocFinder Finder(&BR.getContext());
  202         if (typesCompatible(BR.getContext(), PointeeType, SizeofType))
  207         if (compatibleWithArrayType(BR.getContext(), PointeeType, SizeofType))
tools/clang/lib/StaticAnalyzer/Checkers/ObjCMissingSuperCallChecker.cpp
  168   ASTContext &Ctx = BR.getContext();