Searched refs:SentinelIdx (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp528 unsigned SentinelIdx = Msg->getNumArgs() - 1; local
529 const Expr *SentinelExpr = Msg->getArg(SentinelIdx);
538 for (unsigned i = 0; i < SentinelIdx; i += 2) {
554 Msg->getArg(SentinelIdx-1)->getLocEnd());

Completed in 83 milliseconds