OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:get_array_element_type
(Results
1 - 2
of
2
) sorted by null
/external/clang/bindings/python/tests/cindex/
test_type.py
112
assert fields[0].type.
get_array_element_type
() is not None
113
assert fields[0].type.
get_array_element_type
().kind == TypeKind.POINTER
/external/clang/bindings/python/clang/
cindex.py
1652
def
get_array_element_type
(self):
member in class:Type
[
all
...]
Completed in 276 milliseconds