Home | History | Annotate | Download | only in AST

Lines Matching defs:Mem

413   void *Mem = AllocateDeserializedDecl(C, ID, sizeof(ObjCMethodDecl));
414 return new (Mem) ObjCMethodDecl(SourceLocation(), SourceLocation(),
703 void *Mem = AllocateDeserializedDecl(C, ID, sizeof(ObjCInterfaceDecl));
704 return new (Mem) ObjCInterfaceDecl(0, SourceLocation(), 0, SourceLocation(),
937 void *Mem = AllocateDeserializedDecl(C, ID, sizeof(ObjCIvarDecl));
938 return new (Mem) ObjCIvarDecl(0, SourceLocation(), SourceLocation(), 0,
981 void *Mem = AllocateDeserializedDecl(C, ID, sizeof(ObjCAtDefsFieldDecl));
982 return new (Mem) ObjCAtDefsFieldDecl(0, SourceLocation(), SourceLocation(),
1016 void *Mem = AllocateDeserializedDecl(C, ID, sizeof(ObjCProtocolDecl));
1017 return new (Mem) ObjCProtocolDecl(0, 0, SourceLocation(), SourceLocation(),
1097 void *Mem = AllocateDeserializedDecl(C, ID, sizeof(ObjCCategoryDecl));
1098 return new (Mem) ObjCCategoryDecl(0, SourceLocation(), SourceLocation(),
1133 void *Mem = AllocateDeserializedDecl(C, ID, sizeof(ObjCCategoryImplDecl));
1134 return new (Mem) ObjCCategoryImplDecl(0, 0, 0, SourceLocation(),
1229 void *Mem = AllocateDeserializedDecl(C, ID, sizeof(ObjCImplementationDecl));
1230 return new (Mem) ObjCImplementationDecl(0, 0, 0, SourceLocation(),
1269 void *Mem = AllocateDeserializedDecl(C, ID, sizeof(ObjCCompatibleAliasDecl));
1270 return new (Mem) ObjCCompatibleAliasDecl(0, SourceLocation(), 0, 0);
1291 void * Mem = AllocateDeserializedDecl(C, ID, sizeof(ObjCPropertyDecl));
1292 return new (Mem) ObjCPropertyDecl(0, SourceLocation(), 0, SourceLocation(),
1315 void *Mem = AllocateDeserializedDecl(C, ID, sizeof(ObjCPropertyImplDecl));
1316 return new (Mem) ObjCPropertyImplDecl(0, SourceLocation(), SourceLocation(),