Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h2650 CXCursor_LastAttr = CXCursor_AlignedAttr, enumerator
/netbsd/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp5948 return K >= CXCursor_FirstAttr && K <= CXCursor_LastAttr; in clang_isAttribute()