OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_default_constructor
(Results
1 - 2
of
2
) sorted by null
/external/clang/bindings/python/tests/cindex/
test_cursor.py
151
"""Ensure Cursor.
is_default_constructor
works."""
161
assert cs[0].
is_default_constructor
()
162
assert not cs[1].
is_default_constructor
()
/external/clang/bindings/python/clang/
cindex.py
1207
def
is_default_constructor
(self):
member in class:Cursor
[
all
...]
Completed in 1963 milliseconds