Searched refs:GetValueForKeyAsBoolean (Results 1 – 6 of 6) sorted by relevance
70 success = options_dict.GetValueForKeyAsBoolean(GetKey(OptionNames::Inlines), in CreateFromStructuredData()77 success = options_dict.GetValueForKeyAsBoolean( in CreateFromStructuredData()84 success = options_dict.GetValueForKeyAsBoolean( in CreateFromStructuredData()
66 bool success = options_dict.GetValueForKeyAsBoolean( in CreateFromStructuredData()260 success = options_dict.GetValueForKeyAsBoolean(key, enabled); in CreateFromStructuredData()271 success = options_dict.GetValueForKeyAsBoolean(key, one_shot); in CreateFromStructuredData()282 success = options_dict.GetValueForKeyAsBoolean(key, auto_continue); in CreateFromStructuredData()
49 success = options_dict.GetValueForKeyAsBoolean( in CreateFromStructuredData()
119 success = options_dict.GetValueForKeyAsBoolean( in CreateFromStructuredData()
191 success = breakpoint_dict->GetValueForKeyAsBoolean( in CreateFromStructuredData()
389 bool GetValueForKeyAsBoolean(llvm::StringRef key, bool &result) const { in GetValueForKeyAsBoolean() function