Lines Matching refs:decl_props
1791 VariableDeclarationProperties* decl_props,
1986 if (decl_props != NULL) *decl_props = kHasInitializers;
2706 VariableDeclarationProperties decl_props = kHasNoInitializers;
2708 ParseVariableDeclarations(kForStatement, &decl_props, NULL, &name,
2710 bool accept_OF = decl_props == kHasNoInitializers;
2742 VariableDeclarationProperties decl_props = kHasNoInitializers;
2744 ParseVariableDeclarations(kForStatement, &decl_props, NULL, &name,
2746 bool accept_IN = !name.is_null() && decl_props != kHasInitializers;
2747 bool accept_OF = decl_props == kHasNoInitializers;