Searched refs:is_namespace (Results 1 – 13 of 13) sorted by relevance
126 self.assertTrue(self.top.lookup("Mine").is_namespace())127 self.assertTrue(self.Mine.lookup("a_method").is_namespace())128 self.assertTrue(self.top.lookup("spam").is_namespace())129 self.assertTrue(self.spam.lookup("internal").is_namespace())130 self.assertTrue(self.top.lookup("namespace_test").is_namespace())131 self.assertFalse(self.spam.lookup("x").is_namespace())
143 self.assertTrue(self.top.lookup("Mine").is_namespace())144 self.assertTrue(self.Mine.lookup("a_method").is_namespace())145 self.assertTrue(self.top.lookup("spam").is_namespace())146 self.assertTrue(self.spam.lookup("internal").is_namespace())147 self.assertTrue(self.top.lookup("namespace_test").is_namespace())148 self.assertFalse(self.spam.lookup("x").is_namespace())
289 is_namespace = False316 is_namespace = True338 if not is_namespace:348 if not is_namespace:
207 def is_namespace(self): member in Symbol239 print info, info.is_local(), info.is_namespace()
219 def is_namespace(self): member in Symbol252 print(info, info.is_local(), info.is_namespace())
168 .. method:: is_namespace()178 >>> table.lookup("some_func").is_namespace()
1443 is_namespace = False1470 is_namespace = _path_isdir(base_path)1479 if is_namespace:
545 is_namespace(const decl_base_sptr&);548 is_namespace(const decl_base*);
451 if s.is_namespace():
1982 if (namespace_decl* n = is_namespace(*i)) in write_decl_in_scope()
9104 is_namespace(const decl_base_sptr& d) in is_namespace() function9113 is_namespace(const decl_base* d) in is_namespace() function13743 if (!is_namespace(*i)) in is_empty_or_has_empty_sub_namespaces()13746 namespace_decl_sptr ns = is_namespace(*i); in is_empty_or_has_empty_sub_namespaces()
18497 * include/abg-fwd.h (is_namespace): Fix prototype.19084 * include/abg-fwd.h (is_function_decl, is_decl, is_namespace)19086 * src/abg-ir.cc (is_function_decl, is_decl, is_namespace)