|
clang
3.8.0
|
#include "clang/StaticAnalyzer/Core/AnalyzerOptions.h"#include "clang/StaticAnalyzer/Core/Checker.h"#include "llvm/ADT/SmallString.h"#include "llvm/ADT/StringSwitch.h"#include "llvm/Support/ErrorHandling.h"#include "llvm/Support/raw_ostream.h"Go to the source code of this file.
Functions | |
| static StringRef | toString (bool b) |
|
static |
Definition at line 103 of file AnalyzerOptions.cpp.
Referenced by clang::AnalyzerOptions::getBooleanOption().
1.8.6