OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_virtual_method
(Results
1 - 2
of
2
) sorted by null
/external/clang/bindings/python/tests/cindex/
test_cursor.py
244
"""Ensure Cursor.
is_virtual_method
works."""
255
assert foo.
is_virtual_method
()
256
assert not bar.
is_virtual_method
()
/external/clang/bindings/python/clang/
cindex.py
1241
def
is_virtual_method
(self):
member in class:Cursor
[
all
...]
Completed in 68 milliseconds