Searched refs:is_nested (Results 1 – 11 of 11) sorted by relevance
83 self.assertFalse(self.top.is_nested())84 self.assertFalse(self.Mine.is_nested())85 self.assertFalse(self.spam.is_nested())86 self.assertTrue(self.internal.is_nested())
26 struct is_nested {};81 struct select_confix_parse_refactor<is_nested> {133 struct select_confix_parse_no_refactor<is_nested> {
18 struct is_nested;
98 BOOST_TYPEOF_REGISTER_TYPE(BOOST_SPIRIT_CLASSIC_NS::is_nested)
263 bool is_nested; /**< is nested binding declaration */ member382 uint8_t binding_type, bool is_nested);
1477 bool is_nested) /**< nested declaration */ in scanner_push_destructuring_pattern() argument1479 JERRY_ASSERT (binding_type != SCANNER_BINDING_NONE || !is_nested); in scanner_push_destructuring_pattern()1495 binding_list_p->is_nested = is_nested; in scanner_push_destructuring_pattern()1510 bool is_nested = binding_list_p->is_nested; in scanner_pop_binding_list() local1517 if (!is_nested) in scanner_pop_binding_list()
104 bool is_nested) const;
858 bool is_nested) const { in PrintMessage()860 if (is_nested) { in PrintMessage()
103 def is_nested(self): member in SymbolTable
61 .. method:: is_nested()
1704 static int is_nested(struct token *token, struct token **p, in is_nested() function1783 is_nested(token, &next, ctx->prefer_abstract)) { in direct_declarator()