Home
last modified time | relevance | path

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

/external/clang/include/clang-c/
DIndex.h1619 CXCursor_TemplateTypeParameter = 27, enumerator
/external/clang/lib/Sema/
DSemaCodeComplete.cpp3055 case Decl::TemplateTypeParm: return CXCursor_TemplateTypeParameter; in getCursorKindForDecl()
3084 case Decl::ObjCTypeParam: return CXCursor_TemplateTypeParameter; in getCursorKindForDecl()
/external/clang/tools/libclang/
DCIndex.cpp4778 case CXCursor_TemplateTypeParameter: in clang_getCursorKindSpelling()