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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DAllocationDiagnostics.cpp20 return AOpts.getBooleanOption("leak-diagnostics-reference-allocation",
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DAnalyzerOptions.cpp101 bool AnalyzerOptions::getBooleanOption(StringRef Name, bool DefaultVal) { function in class:AnalyzerOptions
112 bool AnalyzerOptions::getBooleanOption(Optional<bool> &V, StringRef Name, function in class:AnalyzerOptions
115 V = getBooleanOption(Name, DefaultVal);
120 return getBooleanOption(IncludeTemporaryDtorsInCFG,
126 return getBooleanOption(InlineCXXStandardLibrary,
132 return getBooleanOption(InlineTemplateFunctions,
138 return getBooleanOption(InlineCXXContainerCtorsAndDtors,
144 return getBooleanOption(InlineCXXSharedPtrDtor,
151 return getBooleanOption(ObjCInliningMode,
157 return getBooleanOption(SuppressNullReturnPath
[all...]
H A DBugReporter.cpp3112 if (options.getBooleanOption("path-diagnostics-alternate", true)) {
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.h246 bool getBooleanOption(StringRef Name, bool DefaultVal);
249 bool getBooleanOption(Optional<bool> &V, StringRef Name, bool DefaultVal);

Completed in 69 milliseconds