Home | History | Annotate | Download | only in AST

Lines Matching refs:ObjCDictionaryLiteral

3984 ObjCDictionaryLiteral::ObjCDictionaryLiteral(
4020 ObjCDictionaryLiteral *
4021 ObjCDictionaryLiteral::Create(ASTContext &C,
4030 void *Mem = C.Allocate(sizeof(ObjCDictionaryLiteral) +
4032 return new (Mem) ObjCDictionaryLiteral(VK, HasPackExpansions, T, method, SR);
4035 ObjCDictionaryLiteral *
4036 ObjCDictionaryLiteral::CreateEmpty(ASTContext &C, unsigned NumElements,
4041 void *Mem = C.Allocate(sizeof(ObjCDictionaryLiteral) +
4043 return new (Mem) ObjCDictionaryLiteral(EmptyShell(), NumElements,