Home | History | Annotate | Download | only in src

Lines Matching defs:decl_props

1813     VariableDeclarationProperties* decl_props,
2006 if (decl_props != NULL) *decl_props = kHasInitializers;
2717 VariableDeclarationProperties decl_props = kHasNoInitializers;
2719 ParseVariableDeclarations(kForStatement, &decl_props, NULL, &name,
2721 bool accept_OF = decl_props == kHasNoInitializers;
2751 VariableDeclarationProperties decl_props = kHasNoInitializers;
2753 ParseVariableDeclarations(kForStatement, &decl_props, NULL, &name,
2755 bool accept_IN = !name.is_null() && decl_props != kHasInitializers;
2756 bool accept_OF = decl_props == kHasNoInitializers;