Home
last modified time | relevance | path

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

/external/clang/include/clang-c/
DIndex.h1609 CXCursor_TypeAliasDecl = 36, enumerator
/external/clang/tools/libclang/
DCIndex.cpp4220 case CXCursor_TypeAliasDecl: in clang_getCursorKindSpelling()
/external/clang/lib/Sema/
DSemaCodeComplete.cpp2982 case Decl::TypeAlias: return CXCursor_TypeAliasDecl; in getCursorKindForDecl()