OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_definition
(Results
1 - 6
of
6
) sorted by null
/external/clang/bindings/python/tests/cindex/
test_cursor.py
41
assert tu_nodes[0].
is_definition
() == True
55
assert tu_nodes[1].
is_definition
() == False
59
assert tu_nodes[2].
is_definition
() == True
/external/clang/bindings/python/examples/cindex/
cindex-dump.py
52
'
is_definition
' : node.
is_definition
(),
/external/mesa3d/src/glsl/
ast.h
567
bool
is_definition
;
member in class:ast_function
glsl_parser_extras.cpp
483
:
is_definition
(false), signature(NULL)
ast_to_hir.cpp
[
all
...]
/external/clang/bindings/python/clang/
cindex.py
579
def
is_definition
(self):
member in class:Cursor
[
all
...]
Completed in 64 milliseconds