Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp2846 ExprVector KeyExprs; in ParseObjCMessageExpressionBody() local
2899 KeyExprs.push_back(Res.get()); in ParseObjCMessageExpressionBody()
2943 KeyExprs.push_back(Res.get()); in ParseObjCMessageExpressionBody()
2976 getCurScope(), SuperLoc, Sel, LBracLoc, KeyLocs, RBracLoc, KeyExprs); in ParseObjCMessageExpressionBody()
2980 KeyExprs); in ParseObjCMessageExpressionBody()
2982 getCurScope(), ReceiverExpr, Sel, LBracLoc, KeyLocs, RBracLoc, KeyExprs); in ParseObjCMessageExpressionBody()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp2845 SmallVector<Expr*, 16> KeyExprs; in RewriteObjCDictionaryLiteralExpr() local
2854 KeyExprs.push_back(count); in RewriteObjCDictionaryLiteralExpr()
2858 KeyExprs.push_back(Element.Key); in RewriteObjCDictionaryLiteralExpr()
2884 CallExpr::Create(*Context, NSDictDRE, KeyExprs, NSDictFType, VK_LValue, in RewriteObjCDictionaryLiteralExpr()