Home | History | Annotate | Download | only in Core

Lines Matching refs:getBooleanOption

101 bool AnalyzerOptions::getBooleanOption(StringRef Name, bool DefaultVal) {
112 bool AnalyzerOptions::getBooleanOption(Optional<bool> &V, StringRef Name,
115 V = getBooleanOption(Name, DefaultVal);
120 return getBooleanOption(IncludeTemporaryDtorsInCFG,
126 return getBooleanOption(InlineCXXStandardLibrary,
132 return getBooleanOption(InlineTemplateFunctions,
138 return getBooleanOption(InlineCXXAllocator,
144 return getBooleanOption(InlineCXXContainerMethods,
150 return getBooleanOption(InlineCXXSharedPtrDtor,
157 return getBooleanOption(ObjCInliningMode,
163 return getBooleanOption(SuppressNullReturnPaths,
169 return getBooleanOption(AvoidSuppressingNullArgumentPaths,
175 return getBooleanOption(SuppressInlinedDefensiveChecks,
181 return getBooleanOption(SuppressFromCXXStandardLibrary,
187 return getBooleanOption(ReportIssuesInMainSourceFile,
194 return getBooleanOption(StableReportFilename,
271 return getBooleanOption("faux-bodies", true);
275 return getBooleanOption("prune-paths", true);
279 return getBooleanOption("cfg-conditional-static-initializers", true);