Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang-c/
HDIndex.h1591 CXCursor_TemplateTypeParameter = 27, enumerator
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaCodeComplete.cpp3042 case Decl::TemplateTypeParm: return CXCursor_TemplateTypeParameter; in getCursorKindForDecl()
3070 case Decl::ObjCTypeParam: return CXCursor_TemplateTypeParameter; in getCursorKindForDecl()