Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp2846 SmallVector<Expr*, 16> ValueExprs; in RewriteObjCDictionaryLiteralExpr() local
2855 ValueExprs.push_back(count); in RewriteObjCDictionaryLiteralExpr()
2859 ValueExprs.push_back(Element.Value); in RewriteObjCDictionaryLiteralExpr()
2864 CallExpr::Create(*Context, NSDictDRE, ValueExprs, NSDictFType, VK_LValue, in RewriteObjCDictionaryLiteralExpr()