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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclTemplate.h2435 class FriendTemplateDecl : public Decl { class in namespace:clang
2454 FriendTemplateDecl(DeclContext *DC, SourceLocation Loc, function in class:clang::FriendTemplateDecl
2460 FriendTemplateDecl(EmptyShell Empty) : Decl(Decl::FriendTemplate, Empty) {} function in class:clang::FriendTemplateDecl

Completed in 104 milliseconds