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

  /external/clang/include/clang-c/
Index.h     [all...]
  /external/clang/tools/libclang/
CXCursor.cpp 926 return clang_equalCursors(cursor, clang_getNullCursor());
    [all...]
CIndex.cpp     [all...]
  /external/clang/tools/c-index-test/
c-index-test.c 610 if (!clang_equalCursors(Referenced, clang_getNullCursor())) {
727 if (!clang_equalCursors(SpecializationOf, clang_getNullCursor())) {
    [all...]
  /external/clang/bindings/python/clang/
cindex.py 1058 return conf.lib.clang_equalCursors(self, other)
    [all...]

Completed in 162 milliseconds