HomeSort by: relevance | last modified time | path
    Searched refs:CLASS_DECL (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/bindings/python/tests/cindex/
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)
  /src/external/mpl/dhcp/dist/keama/
confparse.c 618 if (type != HOST_DECL && type != CLASS_DECL)
627 if (type != HOST_DECL && type != CLASS_DECL)
639 type == CLASS_DECL)
649 type == CLASS_DECL)
670 if (type == CLASS_DECL)
1617 classes->kind = CLASS_DECL;
1624 if (kind == CLASS_DECL)
1635 group_classes->kind = CLASS_DECL;
1722 gc->kind = CLASS_DECL;
1742 class->kind = CLASS_DECL;
    [all...]
keama.h 133 #define CLASS_DECL 6
parse.c 5141 (kind == CLASS_DECL) ||
5178 (kind == CLASS_DECL) ||
5216 (kind == CLASS_DECL) ||
  /src/external/mpl/dhcp/dist/server/
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,
ldap.c 2480 entry if it exists. Right now, type will be either HOST_DECL or CLASS_DECL.
2482 CLASS_DECL, this will return what the current lease limit is in LDAP. If
2922 CLASS_DECL, NULL, newclass);
  /src/external/apache2/llvm/dist/clang/bindings/python/clang/
cindex.py 728 CursorKind.CLASS_DECL = CursorKind(4)
  /src/external/mpl/dhcp/dist/includes/
dhcpd.h 688 #define CLASS_DECL 4

Completed in 29 milliseconds