/external/clang/bindings/python/tests/cindex/ |
test_comment.py | 2 from tests.cindex.util import get_cursor namespace 20 test1 = get_cursor(tu, 'test1') 28 test2 = get_cursor(tu, 'test2') 34 f = get_cursor(tu, 'f')
|
test_access_specifiers.py | 6 from .util import get_cursor namespace 23 test_class = get_cursor(tu, "test_class") 26 public = get_cursor(tu.cursor, "public_member_function") 29 protected = get_cursor(tu.cursor, "protected_member_function") 32 private = get_cursor(tu.cursor, "private_member_function")
|
util.py | 33 def get_cursor(source, spelling): function 72 'get_cursor',
|
test_location.py | 5 from .util import get_cursor namespace 17 one = get_cursor(tu, 'one') 18 two = get_cursor(tu, 'two') 28 one = get_cursor(tu, 'one') 29 two = get_cursor(tu, 'two') 39 one = get_cursor(tu, 'one') 40 two = get_cursor(tu, 'two') 53 one = get_cursor(tu, 'one') 74 one = get_cursor(tu, 'one') 75 two = get_cursor(tu, 'two' [all...] |
test_cursor.py | 6 from .util import get_cursor namespace 104 cls = get_cursor(tu, 'X') 105 foo = get_cursor(tu, 'foo') 106 bar = get_cursor(tu, 'bar') 116 typedef = get_cursor(tu, 'foo') 133 decl = get_cursor(tu, 'C') 141 decl = get_cursor(tu, 'C') 149 enum = get_cursor(tu, 'TEST') 158 enum = get_cursor(tu, 'TEST') 166 i = get_cursor(tu, 'i' [all...] |
test_type.py | 7 from .util import get_cursor namespace 30 teststruct = get_cursor(tu, 'teststruct') 107 teststruct = get_cursor(tu, 'teststruct') 121 a = get_cursor(tu, 'a') 122 b = get_cursor(tu, 'b') 123 v = get_cursor(tu, 'v') 138 c = get_cursor(tu, 'c') 139 i = get_cursor(tu, 'i') 140 x = get_cursor(tu, 'x') 141 v = get_cursor(tu, 'v' [all...] |
test_translation_unit.py | 14 from .util import get_cursor namespace 140 foo = get_cursor(tu2, 'foo')
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
mshtmlc.h | 4850 HRESULT (WINAPI *get_cursor)(IHTMLStyle *This,BSTR *p); member in struct:IHTMLStyleVtbl 6333 HRESULT (WINAPI *get_cursor)(IHTMLRuleStyle *This,BSTR *p); member in struct:IHTMLRuleStyleVtbl 7817 HRESULT (WINAPI *get_cursor)(IHTMLCurrentStyle *This,BSTR *p); member in struct:IHTMLCurrentStyleVtbl [all...] |