Searched refs:CLASS_DECL (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/bindings/python/tests/cindex/ |
H A D | test_cursor.py | 148 self.assertEqual(xs[0].kind, CursorKind.CLASS_DECL) 165 self.assertEqual(xs[0].kind, CursorKind.CLASS_DECL) 181 self.assertEqual(xs[0].kind, CursorKind.CLASS_DECL) 195 self.assertEqual(xs[0].kind, CursorKind.CLASS_DECL) 454 self.assertEqual(cursor.kind, CursorKind.CLASS_DECL) 503 self.assertEqual(r_cursor.kind, CursorKind.CLASS_DECL)
|
/netbsd-src/external/mpl/dhcp/dist/keama/ |
H A D | confparse.c | 618 if (type != HOST_DECL && type != CLASS_DECL) in parse_statement() 627 if (type != HOST_DECL && type != CLASS_DECL) in parse_statement() 639 type == CLASS_DECL) in parse_statement() 649 type == CLASS_DECL) in parse_statement() 670 if (type == CLASS_DECL) in parse_statement() 1617 classes->kind = CLASS_DECL; in parse_class_declaration() 1624 if (kind == CLASS_DECL) in parse_class_declaration() 1635 group_classes->kind = CLASS_DECL; in parse_class_declaration() 1722 gc->kind = CLASS_DECL; in parse_class_declaration() 1742 class->kind = CLASS_DECL; in parse_class_declaration() [all …]
|
H A D | keama.h | 133 #define CLASS_DECL 6 macro
|
H A D | doc.txt | 146 SUBNET_DECL, CLASS_DECL, GROUP_DECL and POOL_DECL.
|
H A D | parse.c | 5141 (kind == CLASS_DECL) || in config_file() 5178 (kind == CLASS_DECL) || in config_sname() 5216 (kind == CLASS_DECL) || in config_next_server()
|
/netbsd-src/external/mpl/dhcp/dist/server/ |
H A D | confpars.c | 400 if (type != HOST_DECL && type != CLASS_DECL) { 419 if (type != HOST_DECL && type != CLASS_DECL) 433 type == CLASS_DECL) { 447 type == CLASS_DECL) { 528 if (type == CLASS_DECL) { 539 if (type == CLASS_DECL) { 550 if (type == CLASS_DECL) { 561 if (type == CLASS_DECL) { 2558 CLASS_DECL, NULL,
|
H A D | ldap.c | 2922 CLASS_DECL, NULL, newclass); in find_subclass_in_ldap()
|
/netbsd-src/external/apache2/llvm/dist/clang/bindings/python/clang/ |
H A D | cindex.py | 728 CursorKind.CLASS_DECL = CursorKind(4)
|
/netbsd-src/external/mpl/dhcp/dist/includes/ |
H A D | dhcpd.h | 688 #define CLASS_DECL 4 macro
|