Home
last modified time | relevance | path

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

/external/clang/include/clang-c/
DIndex.h2377 CXCursor_TypeAliasTemplateDecl = 601, enumerator
/external/clang/tools/libclang/
DCIndex.cpp4882 case CXCursor_TypeAliasTemplateDecl: in clang_getCursorKindSpelling()
/external/clang/lib/Sema/
DSemaCodeComplete.cpp3051 case Decl::TypeAliasTemplate: return CXCursor_TypeAliasTemplateDecl; in getCursorKindForDecl()