Searched refs:ArrayWithObjectsMethod (Results 1 – 6 of 6) sorted by relevance
31 NumElements(Elements.size()), Range(SR), ArrayWithObjectsMethod(Method) { in ObjCArrayLiteral()
194 ObjCMethodDecl *ArrayWithObjectsMethod; variable241 return ArrayWithObjectsMethod; in getArrayWithObjectsMethod()
807 if (!ArrayWithObjectsMethod) { in BuildObjCArrayLiteral()870 ArrayWithObjectsMethod = Method; in BuildObjCArrayLiteral()873 QualType ObjectsType = ArrayWithObjectsMethod->parameters()[0]->getType(); in BuildObjCArrayLiteral()895 ArrayWithObjectsMethod, SR)); in BuildObjCArrayLiteral()
211 ArrayWithObjectsMethod(nullptr), NSDictionaryDecl(nullptr), in Sema()
1424 E->ArrayWithObjectsMethod = readDeclAs<ObjCMethodDecl>(); in VisitObjCArrayLiteral()
1198 ObjCMethodDecl *ArrayWithObjectsMethod; variable