Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Parse/
DParseObjc.cpp2473 ExprVector KeyExprs; in ParseObjCMessageExpressionBody() local
2528 KeyExprs.push_back(Res.release()); in ParseObjCMessageExpressionBody()
2572 KeyExprs.push_back(Res.release()); in ParseObjCMessageExpressionBody()
2607 LBracLoc, KeyLocs, RBracLoc, KeyExprs); in ParseObjCMessageExpressionBody()
2610 LBracLoc, KeyLocs, RBracLoc, KeyExprs); in ParseObjCMessageExpressionBody()
2612 LBracLoc, KeyLocs, RBracLoc, KeyExprs); in ParseObjCMessageExpressionBody()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
DRewriteModernObjC.cpp2933 SmallVector<Expr*, 16> KeyExprs; in RewriteObjCDictionaryLiteralExpr() local
2942 KeyExprs.push_back(count); in RewriteObjCDictionaryLiteralExpr()
2946 KeyExprs.push_back(Element.Key); in RewriteObjCDictionaryLiteralExpr()
2974 new (Context) CallExpr(*Context, NSDictDRE, KeyExprs, in RewriteObjCDictionaryLiteralExpr()