Searched defs:clang_getCursorKind (Results 1 - 1 of 1) sorted by relevance

/external/clang/tools/libclang/
H A DCIndex.cpp4525 CXCursorKind clang_getCursorKind(CXCursor C) { function
5672 if (clang_isInvalid(clang_getCursorKind(Cursors[I])))
5799 const enum CXCursorKind cursorK = clang_getCursorKind(cursor);
5800 const enum CXCursorKind K = clang_getCursorKind(parent);
5861 if (!clang_isInvalid(clang_getCursorKind(Cursors[I])))

Completed in 48 milliseconds