Home | History | Annotate | Download | only in indent

Lines Matching defs:declaration

209 	int decl_indent;	/* indentation of identifier in declaration */
220 bool function_brace_split; /* split function declaration and brace
280 * declaration or statement; 2 at the top level
310 * declaration or a plain declaration */
324 * declaration when the line starts with words
328 * declaration on it; used for indenting
353 * declaration or an initializer */
355 bool decl_indent_done; /* whether the indentation for a declaration
368 /* Spacing inside a statement or declaration */
378 * a declaration, initializer or statement */
386 * declaration */
410 decl_no, /* no declaration anywhere nearby */
411 decl_begin, /* collecting tokens of a declaration */
412 decl_end, /* finished a declaration */
413 } declaration;
419 badp_decl, /* in an unfinished declaration in the first
421 badp_seen_decl, /* seen the semicolon of a declaration; the
426 * to start a declaration */