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

/external/clang/include/clang/AST/
H A DDeclTemplate.h1994 /// will yield a FriendDecl, not a FriendTemplateDecl.
1995 class FriendTemplateDecl : public Decl { class in class:clang::TemplateParameterList
2014 FriendTemplateDecl(DeclContext *DC, SourceLocation Loc, function in class:clang::TemplateParameterList::FriendTemplateDecl
2026 FriendTemplateDecl(EmptyShell Empty) function in class:clang::TemplateParameterList::FriendTemplateDecl
2033 static FriendTemplateDecl *Create(ASTContext &Context,
2040 static FriendTemplateDecl *CreateDeserialized(ASTContext &C, unsigned ID);
2073 static bool classof(const FriendTemplateDecl *D) { return true; }

Completed in 43 milliseconds