Searched defs:CFRefReport (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp1748 class CFRefReport : public BugReport { class in namespace:__anon16472
1752 CFRefReport(CFRefBug &D, const LangOptions &LOpts, bool GCEnabled, function in class:__anon16472::CFRefReport
1761 CFRefReport(CFRefBug &D, const LangOptions &LOpts, bool GCEnabled, function in class:__anon16472::CFRefReport
1778 class CFRefLeakReport : public CFRefReport {
1793 void CFRefReport::addGCModeDescription(const LangOptions &LOpts,
2332 : CFRefReport(D, LOpts, GCEnabled, Log, n, sym, false) {
3154 CFRefReport *report = new CFRefReport(*BT, C.getASTContext().getLangOpts(),
3378 CFRefReport *report =
3400 CFRefReport *repor
[all...]

Completed in 34 milliseconds