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

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclTemplate.cpp885 // FriendTemplateDecl Implementation
888 void FriendTemplateDecl::anchor() { }
890 FriendTemplateDecl *FriendTemplateDecl::Create(ASTContext &Context,
897 FriendTemplateDecl *Result
898 = new (Context) FriendTemplateDecl(DC, L, NParams, Params, Friend, FLoc);
902 FriendTemplateDecl *FriendTemplateDecl::CreateDeserialized(ASTContext &C,
904 void *Mem = AllocateDeserializedDecl(C, ID, sizeof(FriendTemplateDecl));
905 return new (Mem) FriendTemplateDecl(EmptyShel
[all...]
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclTemplate.h2013 /// will yield a FriendDecl, not a FriendTemplateDecl.
2014 class FriendTemplateDecl : public Decl { class in class:clang::TemplateParameterList
2033 FriendTemplateDecl(DeclContext *DC, SourceLocation Loc, function in class:clang::TemplateParameterList::FriendTemplateDecl
2045 FriendTemplateDecl(EmptyShell Empty) function in class:clang::TemplateParameterList::FriendTemplateDecl
2052 static FriendTemplateDecl *Create(ASTContext &Context,
2059 static FriendTemplateDecl *CreateDeserialized(ASTContext &C, unsigned ID);
H A DRecursiveASTVisitor.h1324 DEF_TRAVERSE_DECL(FriendTemplateDecl, {
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterDecl.cpp107 void VisitFriendTemplateDecl(FriendTemplateDecl *D);
1089 void ASTDeclWriter::VisitFriendTemplateDecl(FriendTemplateDecl *D) {
H A DASTReaderDecl.cpp281 void VisitFriendTemplateDecl(FriendTemplateDecl *D);
1393 void ASTDeclReader::VisitFriendTemplateDecl(FriendTemplateDecl *D) {
2449 D = FriendTemplateDecl::CreateDeserialized(Context, ID);
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2546 Decl *TemplateDeclInstantiator::VisitFriendTemplateDecl(FriendTemplateDecl *D) {
H A DSemaDeclCXX.cpp11509 D = FriendTemplateDecl::Create(Context, CurContext, Loc,

Completed in 237 milliseconds