Searched refs:ArrayWithObjectsMethod (Results 1 – 6 of 6) sorted by relevance
31 NumElements(Elements.size()), Range(SR), ArrayWithObjectsMethod(Method) { in ObjCArrayLiteral()
176 ObjCMethodDecl *ArrayWithObjectsMethod; variable223 return ArrayWithObjectsMethod; in getArrayWithObjectsMethod()
784 if (!ArrayWithObjectsMethod) { in BuildObjCArrayLiteral()847 ArrayWithObjectsMethod = Method; in BuildObjCArrayLiteral()850 QualType ObjectsType = ArrayWithObjectsMethod->parameters()[0]->getType(); in BuildObjCArrayLiteral()872 ArrayWithObjectsMethod, SR)); in BuildObjCArrayLiteral()
138 ArrayWithObjectsMethod(nullptr), NSDictionaryDecl(nullptr),
1093 E->ArrayWithObjectsMethod = ReadDeclAs<ObjCMethodDecl>(); in VisitObjCArrayLiteral()
893 ObjCMethodDecl *ArrayWithObjectsMethod; variable