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.cpp2847 SmallVector<Expr*, 16> ValueExprs; in RewriteObjCDictionaryLiteralExpr() local
2856 ValueExprs.push_back(count); in RewriteObjCDictionaryLiteralExpr()
2860 ValueExprs.push_back(Element.Value); in RewriteObjCDictionaryLiteralExpr()
2865 CallExpr::Create(*Context, NSDictDRE, ValueExprs, NSDictFType, VK_LValue, in RewriteObjCDictionaryLiteralExpr()