Searched refs:ArrayWithObjectsMethod (Results 1 – 6 of 6) sorted by relevance
24 NumElements(Elements.size()), Range(SR), ArrayWithObjectsMethod(Method) { in ObjCArrayLiteral()
147 ObjCMethodDecl *ArrayWithObjectsMethod; variable195 return ArrayWithObjectsMethod; in getArrayWithObjectsMethod()
780 if (!ArrayWithObjectsMethod) { in BuildObjCArrayLiteral()843 ArrayWithObjectsMethod = Method; in BuildObjCArrayLiteral()846 QualType ObjectsType = ArrayWithObjectsMethod->parameters()[0]->getType(); in BuildObjCArrayLiteral()868 ArrayWithObjectsMethod, SR)); in BuildObjCArrayLiteral()
96 NSArrayDecl(nullptr), ArrayWithObjectsMethod(nullptr), in Sema()
978 E->ArrayWithObjectsMethod = ReadDeclAs<ObjCMethodDecl>(Record, Idx); in VisitObjCArrayLiteral()
733 ObjCMethodDecl *ArrayWithObjectsMethod; variable