Searched refs:cursorK (Results 1 - 1 of 1) sorted by relevance

/external/clang/tools/libclang/
H A DCIndex.cpp5104 const enum CXCursorKind cursorK = clang_getCursorKind(cursor); local
5105 if (cursorK >= CXCursor_FirstDecl && cursorK <= CXCursor_LastDecl) {
5151 if (clang_isExpression(cursorK)) {

Completed in 103 milliseconds