Searched refs:getBooleanOption (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/StaticAnalyzer/Core/ |
D | AnalyzerOptions.cpp | 101 bool AnalyzerOptions::getBooleanOption(StringRef Name, bool DefaultVal) { in getBooleanOption() function in AnalyzerOptions 112 bool AnalyzerOptions::getBooleanOption(Optional<bool> &V, StringRef Name, in getBooleanOption() function in AnalyzerOptions 115 V = getBooleanOption(Name, DefaultVal); in getBooleanOption() 120 return getBooleanOption(IncludeTemporaryDtorsInCFG, in includeTemporaryDtorsInCFG() 126 return getBooleanOption(InlineCXXStandardLibrary, in mayInlineCXXStandardLibrary() 132 return getBooleanOption(InlineTemplateFunctions, in mayInlineTemplateFunctions() 138 return getBooleanOption(ObjCInliningMode, in mayInlineObjCMethod() 144 return getBooleanOption(SuppressNullReturnPaths, in shouldSuppressNullReturnPaths() 150 return getBooleanOption(AvoidSuppressingNullArgumentPaths, in shouldAvoidSuppressingNullArgumentPaths() 156 return getBooleanOption(SuppressInlinedDefensiveChecks, in shouldSuppressInlinedDefensiveChecks() [all …]
|
/external/clang/include/clang/StaticAnalyzer/Core/ |
D | AnalyzerOptions.h | 233 bool getBooleanOption(StringRef Name, bool DefaultVal); 236 bool getBooleanOption(Optional<bool> &V, StringRef Name, bool DefaultVal);
|