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

/external/clang/include/clang-c/
H A DIndex.h1542 CXCursor_FirstDecl = CXCursor_UnexposedDecl, enumerator in enum:CXCursorKind
/external/clang/tools/libclang/
H A DCIndex.cpp4026 return (K >= CXCursor_FirstDecl && K <= CXCursor_LastDecl) ||

Completed in 87 milliseconds