Home | History | Annotate | Download | only in Checkers

Lines Matching full:astcontext

599   /// Ctx - The ASTContext object for the analyzed ASTs.
600 ASTContext &Ctx;
735 RetainSummaryManager(ASTContext &ctx, bool gcenabled, bool usesARC)
2585 RetainSummaryManager &getSummaryManager(ASTContext &Ctx,
2908 static QualType GetReturnType(const Expr *RetE, ASTContext &Ctx) {
3997 ASTContext &Ctx = D->getASTContext();\