Searched refs:KeyExprs (Results 1 – 2 of 2) sorted by relevance
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Parse/ |
| D | ParseObjc.cpp | 2473 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/ |
| D | RewriteModernObjC.cpp | 2933 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()
|