Lines Matching refs:parent
153 rc = cil_get_symtab(ast_node->parent, &symtab, sflavor);
166 if (ast_node->parent->flavor == CIL_MACRO) {
167 rc = cil_verify_decl_does_not_shadow_macro_parameter(ast_node->parent->data, ast_node, key);
635 new_ast->parent = ast_node;
3019 if (ast_node->parent->flavor != CIL_BOOLEANIF && ast_node->parent->flavor != CIL_TUNABLEIF) {
5361 parse_current->parent->cl_tail = parse_current->next;
6244 new_ast_node->parent = ast_parent;
6484 if (parse_current->parent->cl_head != parse_current) {
6489 * the parent is the root node */
6490 if (parse_current->parent->parent == NULL) {
6555 args->ast = ast->parent;
6570 struct cil_tree_node *n = ast->parent;
6578 n = n->parent;
6591 cil_tree_children_destroy(parse_current->parent);