OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_definition
(Results
1 - 9
of
9
) sorted by null
/external/clang/bindings/python/examples/cindex/
cindex-dump.py
52
'
is_definition
' : node.
is_definition
(),
/external/clang/bindings/python/tests/cindex/
test_cursor.py
50
assert tu_nodes[0].
is_definition
() == True
69
assert tu_nodes[1].
is_definition
() == False
74
assert tu_nodes[2].
is_definition
() == True
/external/chromium_org/third_party/mesa/src/src/glsl/
ast.h
607
bool
is_definition
;
member in class:ast_function
glsl_parser_extras.cpp
686
:
is_definition
(false), signature(NULL)
ast_to_hir.cpp
[
all
...]
/external/mesa3d/src/glsl/
ast.h
607
bool
is_definition
;
member in class:ast_function
glsl_parser_extras.cpp
686
:
is_definition
(false), signature(NULL)
ast_to_hir.cpp
[
all
...]
/external/clang/bindings/python/clang/
cindex.py
1096
def
is_definition
(self):
member in class:Cursor
[
all
...]
Completed in 63 milliseconds