Home
last modified time | relevance | path

Searched refs:DictMethod (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Frontend/Rewrite/
DRewriteModernObjC.cpp2914 ObjCMethodDecl *DictMethod = Exp->getDictWithObjectsMethod(); in RewriteObjCDictionaryLiteralExpr() local
2915 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()