Home
last modified time | relevance | path

Searched refs:CXCursor_FunctionTemplate (Results 1 – 4 of 4) sorted by relevance

/external/clang/tools/libclang/
DCIndexCXX.cpp58 case CXCursor_FunctionTemplate: in clang_getTemplateCursorKind()
DCIndex.cpp4784 case CXCursor_FunctionTemplate: in clang_getCursorKindSpelling()
/external/clang/include/clang-c/
DIndex.h1625 CXCursor_FunctionTemplate = 30, enumerator
/external/clang/lib/Sema/
DSemaCodeComplete.cpp3058 case Decl::FunctionTemplate: return CXCursor_FunctionTemplate; in getCursorKindForDecl()