Searched refs:CheckerOptInfo (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerOptInfo.h1 //===--- CheckerOptInfo.h - Specifies which checkers to use -----*- C++ -*-===//
23 class CheckerOptInfo { class in namespace:clang::ento
29 CheckerOptInfo(StringRef name, bool enable) function in class:clang::ento::CheckerOptInfo
H A DCheckerRegistry.h69 class CheckerOptInfo;
115 /// all checkers specified by the given CheckerOptInfo list. The order of this
119 SmallVectorImpl<CheckerOptInfo> &opts) const;
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DCheckerRegistry.cpp11 #include "clang/StaticAnalyzer/Core/CheckerOptInfo.h"
46 CheckerOptInfo &opt, CheckerInfoSet &collected) {
95 SmallVectorImpl<CheckerOptInfo> &opts) const {
101 for (SmallVectorImpl<CheckerOptInfo>::iterator
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/
H A DCheckerRegistration.cpp20 #include "clang/StaticAnalyzer/Core/CheckerOptInfo.h"
110 SmallVector<CheckerOptInfo, 8> checkerOpts;
113 checkerOpts.push_back(CheckerOptInfo(opt.first.c_str(), opt.second));

Completed in 108 milliseconds