HomeSort by relevance Sort by last modified time
    Searched refs:CheckerOptInfo (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Core/
CheckerOptInfo.h 1 //===--- CheckerOptInfo.h - Specifies which checkers to use -----*- C++ -*-===//
23 class CheckerOptInfo {
29 CheckerOptInfo(StringRef name, bool enable)
CheckerRegistry.h 69 class CheckerOptInfo;
115 /// all checkers specified by the given CheckerOptInfo list. The order of this
119 SmallVectorImpl<CheckerOptInfo> &opts) const;
  /external/clang/lib/StaticAnalyzer/Core/
CheckerRegistry.cpp 11 #include "clang/StaticAnalyzer/Core/CheckerOptInfo.h"
46 CheckerOptInfo &opt, CheckerInfoSet &collected) {
95 SmallVectorImpl<CheckerOptInfo> &opts) const {
101 for (SmallVectorImpl<CheckerOptInfo>::iterator
  /external/clang/lib/StaticAnalyzer/Frontend/
CheckerRegistration.cpp 20 #include "clang/StaticAnalyzer/Core/CheckerOptInfo.h"
110 SmallVector<CheckerOptInfo, 8> checkerOpts;
113 checkerOpts.push_back(CheckerOptInfo(opt.first.c_str(), opt.second));

Completed in 81 milliseconds