Lines Matching defs:Mem

34   void *Mem = AllocateDeserializedDecl(C, ID, sizeof(AccessSpecDecl));
35 return new (Mem) AccessSpecDecl(EmptyShell());
127 void *Mem = AllocateDeserializedDecl(C, ID, sizeof(CXXRecordDecl));
128 CXXRecordDecl *R = new (Mem) CXXRecordDecl(CXXRecord, TTK_Struct, 0,
1413 void *Mem = AllocateDeserializedDecl(C, ID, sizeof(CXXMethodDecl));
1414 return new (Mem) CXXMethodDecl(CXXMethod, 0, SourceLocation(),
1631 void *Mem = Context.Allocate(sizeof(CXXCtorInitializer) +
1634 return new (Mem) CXXCtorInitializer(Context, Member, MemberLoc, L, Init, R,
1680 void *Mem = AllocateDeserializedDecl(C, ID, sizeof(CXXConstructorDecl));
1681 return new (Mem) CXXConstructorDecl(0, SourceLocation(),DeclarationNameInfo(),
1830 void *Mem = AllocateDeserializedDecl(C, ID, sizeof(CXXDestructorDecl));
1831 return new (Mem) CXXDestructorDecl(0, SourceLocation(), DeclarationNameInfo(),
1852 void *Mem = AllocateDeserializedDecl(C, ID, sizeof(CXXConversionDecl));
1853 return new (Mem) CXXConversionDecl(0, SourceLocation(), DeclarationNameInfo(),
1890 void *Mem = AllocateDeserializedDecl(C, ID, sizeof(LinkageSpecDecl));
1891 return new (Mem) LinkageSpecDecl(0, SourceLocation(), SourceLocation(),
1912 void *Mem = AllocateDeserializedDecl(C, ID, sizeof(UsingDirectiveDecl));
1913 return new (Mem) UsingDirectiveDecl(0, SourceLocation(), SourceLocation(),
1948 void *Mem = AllocateDeserializedDecl(C, ID, sizeof(NamespaceDecl));
1949 return new (Mem) NamespaceDecl(0, false, SourceLocation(), SourceLocation(),
1970 void *Mem = AllocateDeserializedDecl(C, ID, sizeof(NamespaceAliasDecl));
1971 return new (Mem) NamespaceAliasDecl(0, SourceLocation(), SourceLocation(), 0,
1980 void *Mem = AllocateDeserializedDecl(C, ID, sizeof(UsingShadowDecl));
1981 return new (Mem) UsingShadowDecl(0, SourceLocation(), 0, 0);
2033 void *Mem = AllocateDeserializedDecl(C, ID, sizeof(UsingDecl));
2034 return new (Mem) UsingDecl(0, SourceLocation(), NestedNameSpecifierLoc(),
2057 void *Mem = AllocateDeserializedDecl(C, ID, sizeof(UnresolvedUsingValueDecl));
2058 return new (Mem) UnresolvedUsingValueDecl(0, QualType(), SourceLocation(),
2085 void *Mem = AllocateDeserializedDecl(C, ID,
2087 return new (Mem) UnresolvedUsingTypenameDecl(0, SourceLocation(),
2108 void *Mem = AllocateDeserializedDecl(C, ID, sizeof(StaticAssertDecl));
2109 return new (Mem) StaticAssertDecl(0, SourceLocation(), 0, 0,