Searched refs:_FunctionState (Results 1 – 4 of 4) sorted by relevance
357 function_state = cpp_style._FunctionState(5)2712 self.old_normal_trigger = cpp_style._FunctionState._NORMAL_TRIGGER2713 self.old_test_trigger = cpp_style._FunctionState._TEST_TRIGGER2715 cpp_style._FunctionState._NORMAL_TRIGGER = 102716 cpp_style._FunctionState._TEST_TRIGGER = 252719 cpp_style._FunctionState._NORMAL_TRIGGER = self.old_normal_trigger2720 cpp_style._FunctionState._TEST_TRIGGER = self.old_test_trigger2748 return cpp_style._FunctionState._NORMAL_TRIGGER * 2 ** error_level2759 return cpp_style._FunctionState._TEST_TRIGGER * 2 ** error_level
505 class _FunctionState(object): class3381 function_state = _FunctionState(min_confidence)
595 (_FunctionState.modifiers_and_return_type):3948 check-webkit-style: _FunctionState should keep track of where the function name starts.3952 _FunctionState and logic for setting it correctly.4022 check-webkit-style: _FunctionState should detect pure functions.4044 check-webkit-style: _FunctionState should use Position to know where items are.4048 (_FunctionState.*): Changed _FunctionState to use Position instead of line numbers.4049 (detect_functions): Changed to pass Position's to _FunctionState.begin and4054 to verify the positions stored in _FunctionState.6094 (_FunctionState.begin): Added information to allow determining the parameters6096 (_FunctionState.get_parameter_list): Returns a tuple of function parameters.[all …]
18674 - Added verbosity as a parameter to _FunctionState constructor.