Searched defs:nesting_state (Results 1 – 2 of 2) sorted by relevance
/third_party/json/third_party/cpplint/ |
D | cpplint.py | 3004 nesting_state, error): argument 3259 def CheckForNamespaceIndentation(filename, nesting_state, clean_lines, line, argument 3398 def CheckSpacing(filename, clean_lines, linenum, nesting_state, error): argument 3715 def _IsType(clean_lines, nesting_state, expr): argument 3778 def CheckBracesSpacing(filename, clean_lines, linenum, nesting_state, error): argument 4537 def CheckStyle(filename, clean_lines, linenum, file_extension, nesting_state, argument 4933 include_state, nesting_state, error): argument 5264 nesting_state, error): argument 5973 def IsBlockInNameSpace(nesting_state, is_forward_declaration): argument 5992 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 */
|