Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseObjc.cpp3188 ExprVector KeyExprs; in ParseObjCMessageExpressionBody() local
3241 KeyExprs.push_back(Res.get()); in ParseObjCMessageExpressionBody()
3287 KeyExprs.push_back(Res.get()); in ParseObjCMessageExpressionBody()
3320 LBracLoc, KeyLocs, RBracLoc, KeyExprs); in ParseObjCMessageExpressionBody()
3323 LBracLoc, KeyLocs, RBracLoc, KeyExprs); in ParseObjCMessageExpressionBody()
3325 LBracLoc, KeyLocs, RBracLoc, KeyExprs); in ParseObjCMessageExpressionBody()
/llvm-project-15.0.7/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp2847 SmallVector<Expr*, 16> KeyExprs; in RewriteObjCDictionaryLiteralExpr() local
2856 KeyExprs.push_back(count); in RewriteObjCDictionaryLiteralExpr()
2860 KeyExprs.push_back(Element.Key); in RewriteObjCDictionaryLiteralExpr()
2886 CallExpr::Create(*Context, NSDictDRE, KeyExprs, NSDictFType, VK_LValue, in RewriteObjCDictionaryLiteralExpr()