HomeSort by relevance Sort by last modified time
    Searched refs:is_const_method (Results 1 - 4 of 4) sorted by null

  /external/clang/bindings/python/tests/cindex/
test_cursor.py 101 """Ensure Cursor.is_const_method works."""
112 assert foo.is_const_method()
113 assert not bar.is_const_method()
  /system/tools/aidl/
ast_cpp.cpp 266 bool is_const_method)
270 is_const_method_(is_const_method) {
ast_cpp.h 236 bool is_const_method = false);
  /external/clang/bindings/python/clang/
cindex.py 1191 def is_const_method(self): member in class:Cursor
    [all...]

Completed in 62 milliseconds