Home
last modified time | relevance | path

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

/art/tools/
Dcpplint.py1758 nesting_state, error): argument
1843 classinfo = nesting_state.InnermostClass()
2051 def CheckAccess(filename, clean_lines, linenum, nesting_state, error): argument
2069 if nesting_state.stack and isinstance(nesting_state.stack[-1], _ClassInfo):
2070 if nesting_state.stack[-1].access != 'private':
2209 def CheckSpacing(filename, clean_lines, linenum, nesting_state, error): argument
2242 if IsBlankLine(line) and not nesting_state.InNamespaceBody():
2802 def CheckStyle(filename, clean_lines, linenum, file_extension, nesting_state, argument
2904 CheckAccess(filename, clean_lines, linenum, nesting_state, error)
2905 CheckSpacing(filename, clean_lines, linenum, nesting_state, error)
[all …]