Home
last modified time | relevance | path

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

/art/tools/
Dcpplint.py1784 nesting_state, error): argument
1869 classinfo = nesting_state.InnermostClass()
2077 def CheckAccess(filename, clean_lines, linenum, nesting_state, error): argument
2095 if nesting_state.stack and isinstance(nesting_state.stack[-1], _ClassInfo):
2096 if nesting_state.stack[-1].access != 'private':
2235 def CheckSpacing(filename, clean_lines, linenum, nesting_state, error): argument
2268 if IsBlankLine(line) and not nesting_state.InNamespaceBody():
2828 def CheckStyle(filename, clean_lines, linenum, file_extension, nesting_state, argument
2930 CheckAccess(filename, clean_lines, linenum, nesting_state, error)
2931 CheckSpacing(filename, clean_lines, linenum, nesting_state, error)
[all …]