Searched refs:nesting_state (Results 1 – 2 of 2) sorted by relevance
/third_party/json/third_party/cpplint/ |
D | cpplint.py | 3004 nesting_state, error): argument 3090 classinfo = nesting_state.InnermostClass() 3259 def CheckForNamespaceIndentation(filename, nesting_state, clean_lines, line, argument 3262 len(nesting_state.stack) > 1 and 3263 nesting_state.stack[-1].check_namespace_indentation and 3264 isinstance(nesting_state.previous_stack_top, _NamespaceInfo) and 3265 nesting_state.previous_stack_top == nesting_state.stack[-2]) 3267 if ShouldCheckNamespaceIndentation(nesting_state, is_namespace_indent_item, 3398 def CheckSpacing(filename, clean_lines, linenum, nesting_state, error): argument 3438 not nesting_state.InNamespaceBody() and [all …]
|
/third_party/mksh/ |
D | syn.c | 29 struct nesting_state { struct 60 static void nesting_push(struct nesting_state *, int); 61 static void nesting_pop(struct nesting_state *); 70 static struct nesting_state nesting; /* \n changed to ; */ 240 struct nesting_state old_nesting; in nested() 273 struct nesting_state old_nesting; in get_command() 897 nesting_push(struct nesting_state *save, int tok) in nesting_push() 905 nesting_pop(struct nesting_state *saved) in nesting_pop()
|