Home | History | Annotate | Download | only in AST

Lines Matching defs:Mem

34   void *Mem = AllocateDeserializedDecl(C, ID, sizeof(AccessSpecDecl));
35 return new (Mem) AccessSpecDecl(EmptyShell());
98 void *Mem = AllocateDeserializedDecl(C, ID, sizeof(CXXRecordDecl));
99 return new (Mem) CXXRecordDecl(CXXRecord, TTK_Struct, 0, SourceLocation(),
1332 void *Mem = AllocateDeserializedDecl(C, ID, sizeof(CXXMethodDecl));
1333 return new (Mem) CXXMethodDecl(CXXMethod, 0, SourceLocation(),
1541 void *Mem = Context.Allocate(sizeof(CXXCtorInitializer) +
1544 return new (Mem) CXXCtorInitializer(Context, Member, MemberLoc, L, Init, R,
1590 void *Mem = AllocateDeserializedDecl(C, ID, sizeof(CXXConstructorDecl));
1591 return new (Mem) CXXConstructorDecl(0, SourceLocation(),DeclarationNameInfo(),
1738 void *Mem = AllocateDeserializedDecl(C, ID, sizeof(CXXDestructorDecl));
1739 return new (Mem) CXXDestructorDecl(0, SourceLocation(), DeclarationNameInfo(),
1760 void *Mem = AllocateDeserializedDecl(C, ID, sizeof(CXXConversionDecl));
1761 return new (Mem) CXXConversionDecl(0, SourceLocation(), DeclarationNameInfo(),
1798 void *Mem = AllocateDeserializedDecl(C, ID, sizeof(LinkageSpecDecl));
1799 return new (Mem) LinkageSpecDecl(0, SourceLocation(), SourceLocation(),
1820 void *Mem = AllocateDeserializedDecl(C, ID, sizeof(UsingDirectiveDecl));
1821 return new (Mem) UsingDirectiveDecl(0, SourceLocation(), SourceLocation(),
1856 void *Mem = AllocateDeserializedDecl(C, ID, sizeof(NamespaceDecl));
1857 return new (Mem) NamespaceDecl(0, false, SourceLocation(), SourceLocation(),
1878 void *Mem = AllocateDeserializedDecl(C, ID, sizeof(NamespaceAliasDecl));
1879 return new (Mem) NamespaceAliasDecl(0, SourceLocation(), SourceLocation(), 0,
1888 void *Mem = AllocateDeserializedDecl(C, ID, sizeof(UsingShadowDecl));
1889 return new (Mem) UsingShadowDecl(0, SourceLocation(), 0, 0);
1941 void *Mem = AllocateDeserializedDecl(C, ID, sizeof(UsingDecl));
1942 return new (Mem) UsingDecl(0, SourceLocation(), NestedNameSpecifierLoc(),
1959 void *Mem = AllocateDeserializedDecl(C, ID, sizeof(UnresolvedUsingValueDecl));
1960 return new (Mem) UnresolvedUsingValueDecl(0, QualType(), SourceLocation(),
1981 void *Mem = AllocateDeserializedDecl(C, ID,
1983 return new (Mem) UnresolvedUsingTypenameDecl(0, SourceLocation(),
2003 void *Mem = AllocateDeserializedDecl(C, ID, sizeof(StaticAssertDecl));
2004 return new (Mem) StaticAssertDecl(0, SourceLocation(), 0, 0,SourceLocation());