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

/external/clang/include/clang/AST/
H A DDeclTemplate.h2009 /// will yield a FriendDecl, not a FriendTemplateDecl.
2010 class FriendTemplateDecl : public Decl { class in class:clang::TemplateParameterList
2029 FriendTemplateDecl(DeclContext *DC, SourceLocation Loc, function in class:clang::TemplateParameterList::FriendTemplateDecl
2041 FriendTemplateDecl(EmptyShell Empty) function in class:clang::TemplateParameterList::FriendTemplateDecl
2048 static FriendTemplateDecl *Create(ASTContext &Context,
2055 static FriendTemplateDecl *CreateDeserialized(ASTContext &C, unsigned ID);

Completed in 562 milliseconds