HomeSort by relevance Sort by last modified time
    Searched refs:is_translation_unit (Results 1 - 2 of 2) sorted by null

  /external/clang/bindings/python/tests/cindex/
test_cursor_kind.py 19 assert CursorKind.TRANSLATION_UNIT.is_translation_unit()
20 assert not CursorKind.TYPE_REF.is_translation_unit()
  /external/clang/bindings/python/clang/
cindex.py 383 def is_translation_unit(self): member in class:CursorKind
    [all...]

Completed in 35 milliseconds