Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDecl.h1364 TK_FunctionTemplate, enumerator
/external/clang/lib/Serialization/
DASTWriterDecl.cpp342 case FunctionDecl::TK_FunctionTemplate: in VisitFunctionDecl()
DASTReaderDecl.cpp530 case FunctionDecl::TK_FunctionTemplate: in VisitFunctionDecl()
/external/clang/lib/AST/
DDecl.cpp2403 return TK_FunctionTemplate; in getTemplatedKind()