Home | History | Annotate | Download | only in src

Lines Matching refs:decl_props

358     VariableDeclarationProperties* decl_props,
458 if (decl_props != NULL) *decl_props = kHasInitializers;
670 VariableDeclarationProperties decl_props = kHasNoInitializers;
672 kForStatement, &decl_props, &decl_count, CHECK_OK);
673 bool has_initializers = decl_props == kHasInitializers;