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

  /external/clang/tools/libclang/
CIndexCXX.cpp 87 return clang_getNullCursor();
91 return clang_getNullCursor();
122 return clang_getNullCursor();
CIndex.cpp     [all...]
IndexingContext.cpp 100 IBInfo.IBCollInfo.classCursor = clang_getNullCursor();
372 BaseClass.cursor = clang_getNullCursor();
459 CatDInfo.ObjCCatDeclInfo.classCursor = clang_getNullCursor();
489 CatDInfo.ObjCCatDeclInfo.classCursor = clang_getNullCursor();
    [all...]
CXCursor.cpp     [all...]
  /external/clang/tools/c-index-test/
c-index-test.c 210 if (!clang_equalCursors(Referenced, clang_getNullCursor())) {
286 if (!clang_equalCursors(SpecializationOf, clang_getNullCursor())) {
892 CXCursor prevCursor = clang_getNullCursor();
    [all...]
  /external/clang/include/clang-c/
Index.h     [all...]
  /external/clang/bindings/python/clang/
cindex.py     [all...]

Completed in 612 milliseconds