OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_unexposed
(Results
1 - 2
of
2
) sorted by null
/external/clang/bindings/python/tests/cindex/
test_cursor_kind.py
33
assert CursorKind.UNEXPOSED_DECL.
is_unexposed
()
34
assert not CursorKind.TYPE_REF.
is_unexposed
()
/external/clang/bindings/python/clang/
cindex.py
591
def
is_unexposed
(self):
member in class:CursorKind
[
all
...]
Completed in 105 milliseconds