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

  /external/clang/tools/c-index-test/
c-index-test.c 205 if (!clang_equalCursors(Referenced, clang_getNullCursor())) {
281 if (!clang_equalCursors(SpecializationOf, clang_getNullCursor())) {
883 if ((c == EOF || !clang_equalCursors(cursor, prevCursor)) &&
    [all...]
  /external/clang/include/clang-c/
Index.h     [all...]
  /external/clang/tools/libclang/
CXCursor.cpp 927 return clang_equalCursors(cursor, clang_getNullCursor());
    [all...]
CIndex.cpp     [all...]
  /external/clang/bindings/python/clang/
cindex.py     [all...]

Completed in 26 milliseconds