Home | History | Annotate | Download | only in Rewrite

Lines Matching defs:CI

3583     std::string CI = SynthesizeBlockImpl(Blocks[i], ImplTag, DescTag);
3585 InsertText(FunLocStart, CI);
4521 for (const auto &CI : block->captures()) {
4522 const VarDecl *variable = CI.getVariable();
4523 if (variable == ND && CI.isNested()) {
4524 assert (CI.isByRef() &&
4858 ObjCImplementationDecl *CI = cast<ObjCImplementationDecl>(D);
4859 ClassImplementation.push_back(CI);
4863 ObjCCategoryImplDecl *CI = cast<ObjCCategoryImplDecl>(D);
4864 CategoryImplementation.push_back(CI);