Home
last modified time | relevance | path

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

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