Home
last modified time | relevance | path

Searched refs:is_const_method (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/bindings/python/tests/cindex/
H A Dtest_cursor.py137 self.assertTrue(foo.is_const_method())
138 self.assertFalse(bar.is_const_method())
/netbsd-src/external/apache2/llvm/dist/clang/bindings/python/clang/
H A Dcindex.py1444 def is_const_method(self): member in Cursor