Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang-c/
HDIndex.h1609 CXCursor_TypeAliasDecl = 36, enumerator
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaCodeComplete.cpp3038 case Decl::TypeAlias: return CXCursor_TypeAliasDecl; in getCursorKindForDecl()