Searched refs:KeyExprs (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Parse/ |
| H A D | ParseObjc.cpp | 3234 ExprVector KeyExprs; in ParseObjCMessageExpressionBody() local 3287 KeyExprs.push_back(Res.get()); in ParseObjCMessageExpressionBody() 3333 KeyExprs.push_back(Res.get()); in ParseObjCMessageExpressionBody() 3366 LBracLoc, KeyLocs, RBracLoc, KeyExprs); in ParseObjCMessageExpressionBody() 3369 LBracLoc, KeyLocs, RBracLoc, KeyExprs); in ParseObjCMessageExpressionBody() 3371 LBracLoc, KeyLocs, RBracLoc, KeyExprs); in ParseObjCMessageExpressionBody()
|
| /openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteModernObjC.cpp | 2847 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()
|