Home
last modified time | relevance | path

Searched refs:is_definition (Results 1 – 6 of 6) sorted by relevance

/external/clang/bindings/python/tests/cindex/
Dtest_cursor.py45 assert tu_nodes[0].is_definition() == True
64 assert tu_nodes[1].is_definition() == False
69 assert tu_nodes[2].is_definition() == True
/external/clang/bindings/python/examples/cindex/
Dcindex-dump.py52 'is_definition' : node.is_definition(),
/external/mesa3d/src/glsl/
Dast.h607 bool is_definition;
Dglsl_parser_extras.cpp686 : is_definition(false), signature(NULL) in ast_function()
Dast_to_hir.cpp3188 is_definition, in hir()
3247 if (is_definition && sig->is_defined) { in hir()
3302 prototype->is_definition = true; in hir()
/external/clang/bindings/python/clang/
Dcindex.py1164 def is_definition(self): member in Cursor