Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang-c/
H A DIndex.h1130 CXCursor_FirstDecl = CXCursor_UnexposedDecl, enumerator
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp6182 return (K >= CXCursor_FirstDecl && K <= CXCursor_LastDecl) || in clang_isDeclaration()