Searched defs:KeyExprs (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Parse/
H A DParseObjc.cpp2472 ExprVector KeyExprs; local
2525 KeyExprs.push_back(Res.get());
2569 KeyExprs.push_back(Res.get());
2602 LBracLoc, KeyLocs, RBracLoc, KeyExprs);
2605 LBracLoc, KeyLocs, RBracLoc, KeyExprs);
2607 LBracLoc, KeyLocs, RBracLoc, KeyExprs);
/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp2891 SmallVector<Expr*, 16> KeyExprs; local
2900 KeyExprs.push_back(count);
2904 KeyExprs.push_back(Element.Key);
2932 new (Context) CallExpr(*Context, NSDictDRE, KeyExprs,

Completed in 148 milliseconds