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.cpp3247 ExprVector KeyExprs; in ParseObjCMessageExpressionBody() local
3300 KeyExprs.push_back(Res.get()); in ParseObjCMessageExpressionBody()
3346 KeyExprs.push_back(Res.get()); in ParseObjCMessageExpressionBody()
3379 LBracLoc, KeyLocs, RBracLoc, KeyExprs); in ParseObjCMessageExpressionBody()
3382 LBracLoc, KeyLocs, RBracLoc, KeyExprs); in ParseObjCMessageExpressionBody()
3384 LBracLoc, KeyLocs, RBracLoc, KeyExprs); in ParseObjCMessageExpressionBody()
/freebsd/contrib/llvm-project/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()