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

/external/clang/bindings/python/examples/cindex/
H A Dcindex-dump.py52 'is_definition' : node.is_definition(),
/external/clang/bindings/python/tests/cindex/
H A 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/mesa3d/src/glsl/
H A Dast.h607 bool is_definition; member in class:ast_function
H A Dglsl_parser_extras.cpp686 : is_definition(false), signature(NULL)
H A Dast_to_hir.cpp3188 is_definition,
3247 if (is_definition && sig->is_defined) {
3302 prototype->is_definition = true;
/external/clang/bindings/python/clang/
H A Dcindex.py1184 def is_definition(self): member in class:Cursor

Completed in 145 milliseconds