Searched defs:FunctionTemplateDecl (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DDeclTemplate.h30 class FunctionTemplateDecl;
291 FunctionTemplateDecl *Template,
304 Create(ASTContext &C, FunctionDecl *FD, FunctionTemplateDecl *Template,
318 llvm::PointerIntPair<FunctionTemplateDecl *, 2> Template;
332 FunctionTemplateDecl *getTemplate() const { return Template.getPointer(); }
482 FunctionTemplateDecl * const *getTemplates() const {
483 return reinterpret_cast<FunctionTemplateDecl*const*>(this+1);
498 FunctionTemplateDecl *getTemplate(unsigned I) const {
690 /// \c X<int>::f is a FunctionTemplateDecl that describes the function
698 /// getInstantiatedFromMemberTemplate() on this FunctionTemplateDecl wil
747 class FunctionTemplateDecl : public RedeclarableTemplateDecl { class in class:clang::TemplateParameterList
777 FunctionTemplateDecl(ASTContext &C, DeclContext *DC, SourceLocation L, function in class:clang::TemplateParameterList::FunctionTemplateDecl
[all...]

Completed in 34 milliseconds