OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
72
class
CheckerOptInfo
;
118
/// all checkers specified by the given
CheckerOptInfo
list. The order of this
122
SmallVectorImpl<
CheckerOptInfo
> &opts) const;
/external/clang/lib/StaticAnalyzer/Core/
CheckerRegistry.cpp
13
#include "clang/StaticAnalyzer/Core/
CheckerOptInfo
.h"
49
CheckerOptInfo
&opt, CheckerInfoSet &collected) {
98
SmallVectorImpl<
CheckerOptInfo
> &opts) const {
104
for (SmallVectorImpl<
CheckerOptInfo
>::iterator
/external/clang/lib/StaticAnalyzer/Frontend/
CheckerRegistration.cpp
20
#include "clang/StaticAnalyzer/Core/
CheckerOptInfo
.h"
114
SmallVector<
CheckerOptInfo
, 8> checkerOpts;
117
checkerOpts.push_back(
CheckerOptInfo
(opt.first.c_str(), opt.second));
Completed in 85 milliseconds