Home
last modified time | relevance | path

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

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