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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp1780 bool IncludeAllocationLine);
2319 bool IncludeAllocationLine)
2385 if (IncludeAllocationLine) {
2433 mutable bool IncludeAllocationLine; member in class:__anon18232::RetainCountChecker
2438 IncludeAllocationLine(shouldIncludeAllocationSiteInLeakDiagnostics(AO)) {}
3424 N, Sym, C, IncludeAllocationLine);
3678 IncludeAllocationLine);
2315 CFRefLeakReport(CFRefBug &D, const LangOptions &LOpts, bool GCEnabled, const SummaryLogTy &Log, ExplodedNode *n, SymbolRef sym, CheckerContext &Ctx, bool IncludeAllocationLine) argument

Completed in 930 milliseconds