Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp2917 ObjCMethodDecl *DictMethod = Exp->getDictWithObjectsMethod(); in RewriteObjCDictionaryLiteralExpr() local
2918 SelExprs.push_back(getStringLiteral(DictMethod->getSelector().getAsString())); in RewriteObjCDictionaryLiteralExpr()
2938 for (const auto *PI : DictMethod->parameters()) { in RewriteObjCDictionaryLiteralExpr()
2961 getSimpleFunctionType(returnType, ArgTypes, DictMethod->isVariadic()); in RewriteObjCDictionaryLiteralExpr()