Searched defs:is_dict (Results 1 – 2 of 2) sorted by relevance
159 bool is_dict() const { return type() == Type::DICTIONARY; } in is_dict() function
2193 int is_dict = (TYPE(CHILD(ch, 0)) == DOUBLESTAR); in ast_for_atom() local