Home
last modified time | relevance | path

Searched refs:AOpts (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DAllocationDiagnostics.cpp19 bool shouldIncludeAllocationSiteInLeakDiagnostics(AnalyzerOptions &AOpts) { in shouldIncludeAllocationSiteInLeakDiagnostics() argument
20 return AOpts.getBooleanOption("leak-diagnostics-reference-allocation", in shouldIncludeAllocationSiteInLeakDiagnostics()
DAllocationDiagnostics.h26 bool shouldIncludeAllocationSiteInLeakDiagnostics(AnalyzerOptions &AOpts);
/external/clang/include/clang/StaticAnalyzer/Core/
DCheckerManager.h151 CHECKER *registerChecker(AnalyzerOptions &AOpts) { in registerChecker() argument
157 CHECKER *checker = new CHECKER(AOpts); in registerChecker()