Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/
DCheckerProvider.h28 class CheckerOptInfo {
34 CheckerOptInfo(const char *name, bool enable) in CheckerOptInfo() function
50 CheckerOptInfo *checkOpts, unsigned numCheckOpts) = 0;
/external/clang/lib/StaticAnalyzer/Frontend/
DCheckerRegistration.cpp34 llvm::SmallVector<CheckerOptInfo, 8> checkerOpts; in registerCheckers()
37 checkerOpts.push_back(CheckerOptInfo(opt.first.c_str(), opt.second)); in registerCheckers()
/external/clang/lib/StaticAnalyzer/Checkers/
DClangSACheckerProvider.cpp32 CheckerOptInfo *checkOpts, unsigned numCheckOpts);
159 static void collectCheckers(CheckerOptInfo &opt, in collectCheckers()
175 CheckerOptInfo *checkOpts, unsigned numCheckOpts) { in registerCheckers()