HomeSort by relevance Sort by last modified time
    Searched refs:is_definition (Results 1 - 6 of 6) sorted by null

  /external/clang/bindings/python/tests/cindex/
test_cursor.py 44 assert tu_nodes[0].is_definition() == True
62 assert tu_nodes[1].is_definition() == False
67 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 898 def is_definition(self): member in class:Cursor
    [all...]

Completed in 78 milliseconds