Searched refs:AOpts (Results 1 - 3 of 3) 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",
H A DAllocationDiagnostics.h26 bool shouldIncludeAllocationSiteInLeakDiagnostics(AnalyzerOptions &AOpts);
/external/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h200 CHECKER *registerChecker(AnalyzerOptions &AOpts) { argument
206 CHECKER *checker = new CHECKER(AOpts);

Completed in 508 milliseconds