Home | History | Annotate | Download | only in src

Lines Matching defs:decl_props

2050     VariableDeclarationProperties* decl_props,
2241 if (decl_props != NULL) *decl_props = kHasInitializers;
2876 VariableDeclarationProperties decl_props = kHasNoInitializers;
2878 ParseVariableDeclarations(kForStatement, &decl_props, NULL, &name,
2880 bool accept_IN = !name.is_null() && decl_props != kHasInitializers;