Home
last modified time | relevance | path

Searched refs:nesting_state (Results 1 – 1 of 1) sorted by relevance

/tools/repohooks/tools/
Dcpplint.py2782 nesting_state, error): argument
2868 classinfo = nesting_state.InnermostClass()
3033 def CheckForNamespaceIndentation(filename, nesting_state, clean_lines, line, argument
3036 len(nesting_state.stack) > 1 and
3037 nesting_state.stack[-1].check_namespace_indentation and
3038 isinstance(nesting_state.previous_stack_top, _NamespaceInfo) and
3039 nesting_state.previous_stack_top == nesting_state.stack[-2])
3041 if ShouldCheckNamespaceIndentation(nesting_state, is_namespace_indent_item,
3172 def CheckSpacing(filename, clean_lines, linenum, nesting_state, error): argument
3212 not nesting_state.InNamespaceBody() and
[all …]