Searched refs:ArrayWithObjectsMethod (Results 1 – 6 of 6) sorted by relevance
31 NumElements(Elements.size()), Range(SR), ArrayWithObjectsMethod(Method) { in ObjCArrayLiteral()
195 ObjCMethodDecl *ArrayWithObjectsMethod; variable242 return ArrayWithObjectsMethod; in getArrayWithObjectsMethod()
806 if (!ArrayWithObjectsMethod) { in BuildObjCArrayLiteral()869 ArrayWithObjectsMethod = Method; in BuildObjCArrayLiteral()872 QualType ObjectsType = ArrayWithObjectsMethod->parameters()[0]->getType(); in BuildObjCArrayLiteral()894 ArrayWithObjectsMethod, SR)); in BuildObjCArrayLiteral()
175 ArrayWithObjectsMethod(nullptr), NSDictionaryDecl(nullptr),
1423 E->ArrayWithObjectsMethod = readDeclAs<ObjCMethodDecl>(); in VisitObjCArrayLiteral()
1165 ObjCMethodDecl *ArrayWithObjectsMethod; variable