Searched refs:AOpts (Results 1 – 3 of 3) sorted by relevance
19 bool shouldIncludeAllocationSiteInLeakDiagnostics(AnalyzerOptions &AOpts) { in shouldIncludeAllocationSiteInLeakDiagnostics() argument20 return AOpts.getBooleanOption("leak-diagnostics-reference-allocation", in shouldIncludeAllocationSiteInLeakDiagnostics()
26 bool shouldIncludeAllocationSiteInLeakDiagnostics(AnalyzerOptions &AOpts);
151 CHECKER *registerChecker(AnalyzerOptions &AOpts) { in registerChecker() argument157 CHECKER *checker = new CHECKER(AOpts); in registerChecker()