Lines Matching refs:LOpts
1795 void addGCModeDescription(const LangOptions &LOpts, bool GCEnabled);
1798 CFRefReport(CFRefBug &D, const LangOptions &LOpts, bool GCEnabled, in CFRefReport() argument
1804 addGCModeDescription(LOpts, GCEnabled); in CFRefReport()
1807 CFRefReport(CFRefBug &D, const LangOptions &LOpts, bool GCEnabled, in CFRefReport() argument
1812 addGCModeDescription(LOpts, GCEnabled); in CFRefReport()
1826 CFRefLeakReport(CFRefBug &D, const LangOptions &LOpts, bool GCEnabled,
1838 void CFRefReport::addGCModeDescription(const LangOptions &LOpts, in addGCModeDescription() argument
1842 switch (LOpts.getGC()) { in addGCModeDescription()
2390 CFRefLeakReport::CFRefLeakReport(CFRefBug &D, const LangOptions &LOpts, in CFRefLeakReport() argument
2395 : CFRefReport(D, LOpts, GCEnabled, Log, n, sym, false) { in CFRefLeakReport()
2541 CFRefBug *getLeakWithinFunctionBug(const LangOptions &LOpts, in getLeakWithinFunctionBug() argument
2550 if (LOpts.getGC() == LangOptions::HybridGC) { in getLeakWithinFunctionBug()
2563 CFRefBug *getLeakAtReturnBug(const LangOptions &LOpts, bool GCEnabled) const { in getLeakAtReturnBug() argument
2572 if (LOpts.getGC() == LangOptions::HybridGC) { in getLeakAtReturnBug()
3565 const LangOptions &LOpts = C.getASTContext().getLangOpts(); in checkReturnWithRetEffect() local
3568 *getLeakAtReturnBug(LOpts, GCEnabled), LOpts, GCEnabled, in checkReturnWithRetEffect()
3797 const LangOptions &LOpts = Ctx.getASTContext().getLangOpts(); in handleAutoreleaseCounts() local
3799 new CFRefReport(*overAutorelease, LOpts, /* GCEnabled = */ false, in handleAutoreleaseCounts()
3846 const LangOptions &LOpts = Ctx.getASTContext().getLangOpts(); in processLeaks() local
3848 CFRefBug *BT = Pred ? getLeakWithinFunctionBug(LOpts, GCEnabled) in processLeaks()
3849 : getLeakAtReturnBug(LOpts, GCEnabled); in processLeaks()
3853 new CFRefLeakReport(*BT, LOpts, GCEnabled, SummaryLog, N, *I, Ctx, in processLeaks()