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

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

Completed in 887 milliseconds