Searched defs:nesting_state (Results 1 – 2 of 2) sorted by relevance
/third_party/json/tools/cpplint/ |
D | cpplint.py | 3278 nesting_state, error): argument 3534 def CheckForNamespaceIndentation(filename, nesting_state, clean_lines, line, argument 3673 def CheckSpacing(filename, clean_lines, linenum, nesting_state, error): argument 3991 def _IsType(clean_lines, nesting_state, expr): argument 4054 def CheckBracesSpacing(filename, clean_lines, linenum, nesting_state, error): argument 4813 def CheckStyle(filename, clean_lines, linenum, file_extension, nesting_state, argument 5232 include_state, nesting_state, error): argument 5563 nesting_state, error): argument 6283 def IsBlockInNameSpace(nesting_state, is_forward_declaration): argument 6302 def ShouldCheckNamespaceIndentation(nesting_state, is_namespace_indent_item, argument [all …]
|
/third_party/mksh/ |
D | syn.c | 29 struct nesting_state { struct 30 int start_token; /* token than began nesting (eg, FOR) */ 31 int start_line; /* line nesting began on */
|