OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_translation_unit
(Results
1 - 2
of
2
) sorted by null
/external/clang/bindings/python/tests/cindex/
test_cursor_kind.py
27
assert CursorKind.TRANSLATION_UNIT.
is_translation_unit
()
28
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 137 milliseconds