Lines Matching defs:CI
1951 for (Stmt::child_range CI = S->children(); CI; ++CI)
1952 if (*CI)
1953 WarnAboutReturnGotoStmts(*CI);
4550 std::string CI = SynthesizeBlockImpl(Blocks[i], ImplTag, DescTag);
4552 InsertText(FunLocStart, CI);
4644 for (Stmt::child_range CI = S->children(); CI; ++CI)
4645 if (*CI) {
4646 if (BlockExpr *CBE = dyn_cast<BlockExpr>(*CI))
4649 GetBlockDeclRefExprs(*CI);
4668 for (Stmt::child_range CI = S->children(); CI; ++CI)
4669 if (*CI) {
4670 if (BlockExpr *CBE = dyn_cast<BlockExpr>(*CI)) {
4677 GetInnerBlockDeclRefExprs(*CI,
5576 for (BlockDecl::capture_const_iterator ci = block->capture_begin(),
5577 ce = block->capture_end(); ci != ce; ++ci) {
5578 const VarDecl *variable = ci->getVariable();
5579 if (variable == ND && ci->isNested()) {
5580 assert (ci->isByRef() &&
5666 for (Stmt::child_range CI = S->children(); CI; ++CI)
5667 if (*CI) {
5668 Stmt *childStmt = (*CI);
5671 *CI = newStmt;
5951 ObjCImplementationDecl *CI = cast<ObjCImplementationDecl>(D);
5952 ClassImplementation.push_back(CI);
5956 ObjCCategoryImplDecl *CI = cast<ObjCCategoryImplDecl>(D);
5957 CategoryImplementation.push_back(CI);