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

/external/clang/include/clang/AST/
H A DDeclTemplate.h30 class FunctionTemplateDecl;
248 static bool classof(const FunctionTemplateDecl *D) { return true; }
281 FunctionTemplateDecl *Template,
294 Create(ASTContext &C, FunctionDecl *FD, FunctionTemplateDecl *Template,
308 llvm::PointerIntPair<FunctionTemplateDecl *, 2> Template;
322 FunctionTemplateDecl *getTemplate() const { return Template.getPointer(); }
451 FunctionTemplateDecl * const *getTemplates() const {
452 return reinterpret_cast<FunctionTemplateDecl*const*>(this+1);
467 FunctionTemplateDecl *getTemplate(unsigned I) const {
657 /// \c X<int>::f is a FunctionTemplateDecl tha
715 class FunctionTemplateDecl : public RedeclarableTemplateDecl { class in class:clang::TemplateParameterList
738 FunctionTemplateDecl(DeclContext *DC, SourceLocation L, DeclarationName Name, function in class:clang::TemplateParameterList::FunctionTemplateDecl
[all...]

Completed in 60 milliseconds