Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseObjc.cpp3179 ExprVector KeyExprs; in ParseObjCMessageExpressionBody() local
3232 KeyExprs.push_back(Res.get()); in ParseObjCMessageExpressionBody()
3278 KeyExprs.push_back(Res.get()); in ParseObjCMessageExpressionBody()
3311 LBracLoc, KeyLocs, RBracLoc, KeyExprs); in ParseObjCMessageExpressionBody()
3314 LBracLoc, KeyLocs, RBracLoc, KeyExprs); in ParseObjCMessageExpressionBody()
3316 LBracLoc, KeyLocs, RBracLoc, KeyExprs); in ParseObjCMessageExpressionBody()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp2846 SmallVector<Expr*, 16> KeyExprs; in RewriteObjCDictionaryLiteralExpr() local
2855 KeyExprs.push_back(count); in RewriteObjCDictionaryLiteralExpr()
2859 KeyExprs.push_back(Element.Key); in RewriteObjCDictionaryLiteralExpr()
2885 CallExpr::Create(*Context, NSDictDRE, KeyExprs, NSDictFType, VK_LValue, in RewriteObjCDictionaryLiteralExpr()