Searched refs:AOptions (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Frontend/
H A DCreateCheckerManager.cpp21 ASTContext &Context, AnalyzerOptions &AOptions, const Preprocessor &PP,
24 : Context(&Context), LangOpts(Context.getLangOpts()), AOptions(AOptions),
28 AOptions, checkerRegistrationFns);
34 CheckerManager::CheckerManager(AnalyzerOptions &AOptions, argument
38 : LangOpts(LangOpts), AOptions(AOptions), Diags(Diags),
40 CheckerRegistry Registry(*RegistryData, plugins, Diags, AOptions, {});
20 CheckerManager( ASTContext &Context, AnalyzerOptions &AOptions, const Preprocessor &PP, ArrayRef<std::string> plugins, ArrayRef<std::function<void(CheckerRegistry &)>> checkerRegistrationFns) argument
/openbsd-current/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h129 const AnalyzerOptions &AOptions; member in class:clang::ento::CheckerManager
143 ASTContext &Context, AnalyzerOptions &AOptions, const Preprocessor &PP,
150 CheckerManager(ASTContext &Context, AnalyzerOptions &AOptions, argument
152 : CheckerManager(Context, AOptions, PP, {}, {}) {}
157 CheckerManager(AnalyzerOptions &AOptions, const LangOptions &LangOpts,
170 const AnalyzerOptions &getAnalyzerOptions() const { return AOptions; }

Completed in 90 milliseconds