HomeSort by relevance Sort by last modified time
    Searched defs:CursorKind (Results 1 - 10 of 10) sorted by null

  /external/clang/bindings/python/clang/
cindex.py 562 class CursorKind(BaseEnumeration):
564 A CursorKind describes the kind of entity that a cursor points to.
573 """Return all CursorKind enumeration instances."""
574 return filter(None, CursorKind._kinds)
613 return 'CursorKind.%s' % (self.name,)
624 CursorKind.UNEXPOSED_DECL = CursorKind(1)
627 CursorKind.STRUCT_DECL = CursorKind(2)
630 CursorKind.UNION_DECL = CursorKind(3
    [all...]
  /external/clang/include/clang-c/
Index.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang-c/
Index.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang-c/
Index.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang-c/
Index.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang-c/
Index.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang-c/
Index.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang-c/
Index.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang-c/
Index.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang-c/
Index.h     [all...]

Completed in 76 milliseconds