HomeSort by relevance Sort by last modified time
    Searched refs:is_definition (Results 1 - 6 of 6) 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 45 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/
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 1158 def is_definition(self): member in class:Cursor
    [all...]

Completed in 62 milliseconds