Searched refs:StateFromCmdLine (Results 1 – 3 of 3) sorted by relevance
95 enum class StateFromCmdLine { enum111 StateFromCmdLine State = StateFromCmdLine::State_Unspecified;117 return State == StateFromCmdLine::State_Enabled && ShouldRegister(mgr); in isEnabled()121 return State == StateFromCmdLine::State_Disabled || !ShouldRegister(mgr); in isDisabled()142 using StateFromCmdLine = CheckerInfo::StateFromCmdLine; variable
34 static StringRef toString(StateFromCmdLine Kind) { in toString()36 case StateFromCmdLine::State_Disabled: in toString()38 case StateFromCmdLine::State_Enabled: in toString()40 case StateFromCmdLine::State_Unspecified: in toString()
183 checker.State = Opt.second ? StateFromCmdLine::State_Enabled in CheckerRegistry()184 : StateFromCmdLine::State_Disabled; in CheckerRegistry()