Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseObjc.cpp3152 ExprVector KeyExprs; in ParseObjCMessageExpressionBody() local
3205 KeyExprs.push_back(Res.get()); in ParseObjCMessageExpressionBody()
3251 KeyExprs.push_back(Res.get()); in ParseObjCMessageExpressionBody()
3284 LBracLoc, KeyLocs, RBracLoc, KeyExprs); in ParseObjCMessageExpressionBody()
3287 LBracLoc, KeyLocs, RBracLoc, KeyExprs); in ParseObjCMessageExpressionBody()
3289 LBracLoc, KeyLocs, RBracLoc, KeyExprs); in ParseObjCMessageExpressionBody()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp2841 SmallVector<Expr*, 16> KeyExprs; in RewriteObjCDictionaryLiteralExpr() local
2850 KeyExprs.push_back(count); in RewriteObjCDictionaryLiteralExpr()
2854 KeyExprs.push_back(Element.Key); in RewriteObjCDictionaryLiteralExpr()
2880 *Context, NSDictDRE, KeyExprs, NSDictFType, VK_LValue, SourceLocation()); in RewriteObjCDictionaryLiteralExpr()