Lines Matching defs:Mem

575   void *Mem = AllocateDeserializedDecl(C, ID, sizeof(ObjCMethodDecl));
576 return new (Mem) ObjCMethodDecl(SourceLocation(), SourceLocation(),
1067 void *Mem = AllocateDeserializedDecl(C, ID, sizeof(ObjCInterfaceDecl));
1068 ObjCInterfaceDecl *Result = new (Mem) ObjCInterfaceDecl(0, SourceLocation(),
1361 void *Mem = AllocateDeserializedDecl(C, ID, sizeof(ObjCIvarDecl));
1362 return new (Mem) ObjCIvarDecl(0, SourceLocation(), SourceLocation(), 0,
1405 void *Mem = AllocateDeserializedDecl(C, ID, sizeof(ObjCAtDefsFieldDecl));
1406 return new (Mem) ObjCAtDefsFieldDecl(0, SourceLocation(), SourceLocation(),
1440 void *Mem = AllocateDeserializedDecl(C, ID, sizeof(ObjCProtocolDecl));
1441 ObjCProtocolDecl *Result = new (Mem) ObjCProtocolDecl(0, 0, SourceLocation(),
1572 void *Mem = AllocateDeserializedDecl(C, ID, sizeof(ObjCCategoryDecl));
1573 return new (Mem) ObjCCategoryDecl(0, SourceLocation(), SourceLocation(),
1608 void *Mem = AllocateDeserializedDecl(C, ID, sizeof(ObjCCategoryImplDecl));
1609 return new (Mem) ObjCCategoryImplDecl(0, 0, 0, SourceLocation(),
1705 void *Mem = AllocateDeserializedDecl(C, ID, sizeof(ObjCImplementationDecl));
1706 return new (Mem) ObjCImplementationDecl(0, 0, 0, SourceLocation(),
1745 void *Mem = AllocateDeserializedDecl(C, ID, sizeof(ObjCCompatibleAliasDecl));
1746 return new (Mem) ObjCCompatibleAliasDecl(0, SourceLocation(), 0, 0);
1767 void * Mem = AllocateDeserializedDecl(C, ID, sizeof(ObjCPropertyDecl));
1768 return new (Mem) ObjCPropertyDecl(0, SourceLocation(), 0, SourceLocation(),
1791 void *Mem = AllocateDeserializedDecl(C, ID, sizeof(ObjCPropertyImplDecl));
1792 return new (Mem) ObjCPropertyImplDecl(0, SourceLocation(), SourceLocation(),