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

References

tools/clang/lib/StaticAnalyzer/Checkers/BasicObjCFoundationChecks.cpp
  239       ASTContext &Ctx = C.getASTContext();
  266       ASTContext &Ctx = C.getASTContext();
  294       ASTContext &Ctx = C.getASTContext();
  434   ASTContext &Ctx = C.getASTContext();
  612     ASTContext &Ctx = C.getASTContext();
  721     ASTContext &Ctx = C.getASTContext();
  763     if (C.getASTContext().isObjCNSObjectType(ArgTy))
 1004     CountSelectorII = &C.getASTContext().Idents.get("count");
 1191     ASTContext &Ctx = C.getASTContext();
tools/clang/lib/StaticAnalyzer/Checkers/BlockInCriticalSectionChecker.cpp
  145   initIdentifierInfo(C.getASTContext());
tools/clang/lib/StaticAnalyzer/Checkers/BuiltinFunctionChecker.cpp
  111     if (CE->EvaluateAsInt(EVResult, C.getASTContext(), Expr::SE_NoSideEffects)) {
tools/clang/lib/StaticAnalyzer/Checkers/CStringChecker.cpp
  327   if (ER->getValueType() != C.getASTContext().CharTy)
  855       if (SummarizeRegion(os, C.getASTContext(), MR))
  935   assert(ER->getValueType() == C.getASTContext().CharTy &&
 1067   ASTContext &Ctx = C.getASTContext();
 2180   SVal Zero = C.getSValBuilder().makeZeroVal(C.getASTContext().IntTy);
tools/clang/lib/StaticAnalyzer/Checkers/CallAndMessageChecker.cpp
  174     const SVal PSV = State->getSVal(SValMemRegion, C.getASTContext().CharTy);
  547   ASTContext &Ctx = C.getASTContext();
tools/clang/lib/StaticAnalyzer/Checkers/CastSizeChecker.cpp
   89   ASTContext &Ctx = C.getASTContext();
  118   CharUnits typeSize = C.getASTContext().getTypeSizeInChars(ToPointeeTy);
tools/clang/lib/StaticAnalyzer/Checkers/CastValueChecker.cpp
  180       CastFromTy = alignReferenceTypes(CastFromTy, CastToTy, C.getASTContext());
  224     CastToTy = C.getASTContext().getPointerType(CastToTy);
  226     CastToTy = alignReferenceTypes(CastToTy, CastFromTy, C.getASTContext());
tools/clang/lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp
  255   initIdentifierInfoAndSelectors(C.getASTContext());
tools/clang/lib/StaticAnalyzer/Checkers/ConversionChecker.cpp
  132   if (Cast->isEvaluatable(C.getASTContext()))
  142   const auto &AC = C.getASTContext();
tools/clang/lib/StaticAnalyzer/Checkers/DynamicTypeChecker.cpp
  182   ASTContext &ASTCtxt = C.getASTContext();
tools/clang/lib/StaticAnalyzer/Checkers/DynamicTypePropagation.cpp
  136   ASTContext &Ctx = C.getASTContext();
  217                  C.getASTContext().getObjCObjectPointerType(QualType(ObjTy, 0));
  537   ASTContext &ASTCtxt = C.getASTContext();
  719   ASTContext &ASTCtxt = C.getASTContext();
  835         C.getASTContext().getObjCObjectPointerType(
  855   ASTContext &ASTCtxt = C.getASTContext();
tools/clang/lib/StaticAnalyzer/Checkers/ExprInspectionChecker.cpp
  204   SValExplainer Ex(C.getASTContext());
tools/clang/lib/StaticAnalyzer/Checkers/GTestChecker.cpp
  187   initIdentifierInfo(C.getASTContext());
  222   CanQualType BoolTy = C.getASTContext().BoolTy;
tools/clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp
  578     ValTy = C.getASTContext().CharTy;
  690                        C.getASTContext().getFILEType().getCanonicalType())
tools/clang/lib/StaticAnalyzer/Checkers/IteratorChecker.cpp
  877                                C.getASTContext().LongTy, C.blockCount());
 1151     State = createContainerBegin(State, ContReg, CE, C.getASTContext().LongTy,
 1173     State = createContainerEnd(State, ContReg, CE, C.getASTContext().LongTy,
 1190                                   C.getASTContext().LongTy, C.blockCount());
 1233                                    C.getASTContext().LongTy, C.blockCount());
tools/clang/lib/StaticAnalyzer/Checkers/LocalizationChecker.cpp
  801   initUIMethods(C.getASTContext());
  925   initLocStringsMethods(C.getASTContext());
  934   if (isNSStringType(RT, C.getASTContext())) {
  954   } else if (isNSStringType(RT, C.getASTContext()) &&
  971   initLocStringsMethods(C.getASTContext());
tools/clang/lib/StaticAnalyzer/Checkers/MIGChecker.cpp
  164     if (!AC->getReturnType(C.getASTContext())
  233   ASTContext &ACtx = C.getASTContext();
tools/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIChecker.cpp
  173           Ctx.getASTContext());
tools/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIChecker.h
   50         .reset(new MPIFunctionClassifier{Ctx.getASTContext()});
tools/clang/lib/StaticAnalyzer/Checkers/MacOSKeychainAPIChecker.cpp
  356       if (DeallocatorExpr->isNullPointerConstant(C.getASTContext(),
tools/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
  984   ASTContext &Ctx = C.getASTContext();
 1067     MemFunctionInfo.initIdentifierInfo(C.getASTContext());
 1139     } else if (MemFunctionInfo.isStandardNewDelete(FD, C.getASTContext())) {
 1337                                            C.getASTContext()))
 1401   ASTContext &AstContext = C.getASTContext();
 1426                                            C.getASTContext()))
 1642     ASTContext &Ctx = C.getASTContext();
 2210   int offsetBytes = Offset.getOffset() / C.getASTContext().getCharWidth();
 2693     ASTContext &Ctx = C.getASTContext();
tools/clang/lib/StaticAnalyzer/Checkers/NSAutoreleasePoolChecker.cpp
   55     releaseS = GetNullarySelector("release", C.getASTContext());
tools/clang/lib/StaticAnalyzer/Checkers/NSErrorChecker.cpp
  209   ASTContext &Ctx = C.getASTContext();
tools/clang/lib/StaticAnalyzer/Checkers/NoReturnFunctionChecker.cpp
  123     lazyInitKeywordSelector(HandleFailureInFunctionSel, C.getASTContext(),
  130     lazyInitKeywordSelector(HandleFailureInMethodSel, C.getASTContext(),
tools/clang/lib/StaticAnalyzer/Checkers/NonnullGlobalConstantsChecker.cpp
   70   initIdentifierInfo(C.getASTContext());
tools/clang/lib/StaticAnalyzer/Checkers/NullabilityChecker.cpp
 1026   if (!C.getASTContext().getLangOpts().ObjCAutoRefCount)
tools/clang/lib/StaticAnalyzer/Checkers/PointerArithChecker.cpp
  224   initAllocIdentifiers(C.getASTContext());
tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.cpp
  693       ResultTy = GetReturnType(Ex, C.getASTContext());
  716   bool IgnoreRetainMsg = (bool)C.getASTContext().getLangOpts().ObjCAutoRefCount;
  880       C.getASTContext().getLangOpts(), N, Sym);
 1096           const LangOptions &LOpts = C.getASTContext().getLangOpts();
 1123               returnNotOwnedForOwned, C.getASTContext().getLangOpts(), N, Sym);
 1275     const LangOptions &LOpts = Ctx.getASTContext().getLangOpts();
 1319   const LangOptions &LOpts = Ctx.getASTContext().getLangOpts();
tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.h
  288     return getSummaryManager(C.getASTContext());
tools/clang/lib/StaticAnalyzer/Checkers/StackAddrEscapeChecker.cpp
  115   return C.getASTContext().getLangOpts().ObjCAutoRefCount &&
  163   SourceRange range = genName(os, R, C.getASTContext());
  201     SourceRange Range = genName(Out, Region, C.getASTContext());
  224     SourceRange Range = genName(Out, Region, C.getASTContext());
  345     SourceRange Range = genName(Out, P.second, Ctx.getASTContext());
tools/clang/lib/StaticAnalyzer/Checkers/StreamChecker.cpp
  116   ASTContext &Ctx = C.getASTContext();
tools/clang/lib/StaticAnalyzer/Checkers/UndefResultChecker.cpp
   62       B->getRHS(), C.getASTContext().getIntWidth(B->getLHS()->getType()));
tools/clang/lib/StaticAnalyzer/Checkers/UnixAPIChecker.cpp
  217     if (C.getASTContext().getTargetInfo().getTriple().getVendor()
tools/clang/lib/StaticAnalyzer/Checkers/VLASizeChecker.cpp
   90   ASTContext &Ctx = C.getASTContext();
tools/clang/lib/StaticAnalyzer/Checkers/VforkChecker.cpp
   88     ASTContext &AC = C.getASTContext();
  112     ASTContext &AC = C.getASTContext();
tools/clang/lib/StaticAnalyzer/Core/CheckerContext.cpp
  124   DefinedSVal V = getSValBuilder().makeIntVal(Val, getASTContext().LongLongTy);