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

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

Completed in 47 milliseconds