Home
last modified time | relevance | path

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

/external/clang/include/clang-c/
DIndex.h2330 CXCursor_TypeAliasTemplateDecl = 601, enumerator
2332 CXCursor_LastExtraDecl = CXCursor_TypeAliasTemplateDecl,
/external/clang/tools/libclang/
DCIndex.cpp4519 case CXCursor_TypeAliasTemplateDecl: in clang_getCursorKindSpelling()
/external/clang/lib/Sema/
DSemaCodeComplete.cpp3039 case Decl::TypeAliasTemplate: return CXCursor_TypeAliasTemplateDecl; in getCursorKindForDecl()