HomeSort by relevance Sort by last modified time
    Searched full: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 43 assert tu_nodes[0].is_definition() == True
62 assert tu_nodes[1].is_definition() == False
67 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 1127 def is_definition(self): member in class:Cursor
    [all...]

Completed in 275 milliseconds