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

/external/clang/include/clang/AST/
H A DDeclTemplate.h32 class FunctionTemplateDecl;
395 FunctionTemplateDecl *Template,
408 Create(ASTContext &C, FunctionDecl *FD, FunctionTemplateDecl *Template,
422 llvm::PointerIntPair<FunctionTemplateDecl *, 2> Template;
436 FunctionTemplateDecl *getTemplate() const { return Template.getPointer(); }
562 FunctionTemplateDecl *> {
575 size_t numTrailingObjects(OverloadToken<FunctionTemplateDecl *>) const {
593 FunctionTemplateDecl *getTemplate(unsigned I) const {
595 return getTrailingObjects<FunctionTemplateDecl *>()[I];
773 /// \c X<int>::f is a FunctionTemplateDecl tha
833 class FunctionTemplateDecl : public RedeclarableTemplateDecl { class in namespace:clang
863 FunctionTemplateDecl(ASTContext &C, DeclContext *DC, SourceLocation L, function in class:clang::FunctionTemplateDecl
[all...]

Completed in 46 milliseconds