Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang-c/
DIndex.h1480 CXCursor_EnumConstantDecl = 7, enumerator
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaCodeComplete.cpp2923 case Decl::EnumConstant: return CXCursor_EnumConstantDecl; in getCursorKindForDecl()