Searched refs:DictMethod (Results 1 – 1 of 1) sorted by relevance
2914 ObjCMethodDecl *DictMethod = Exp->getDictWithObjectsMethod(); in RewriteObjCDictionaryLiteralExpr() local2915 SelExprs.push_back(getStringLiteral(DictMethod->getSelector().getAsString())); in RewriteObjCDictionaryLiteralExpr()2935 for (const auto *PI : DictMethod->parameters()) { in RewriteObjCDictionaryLiteralExpr()2959 getSimpleFunctionType(returnType, ArgTypes, DictMethod->isVariadic()); in RewriteObjCDictionaryLiteralExpr()