Lines Matching refs:NewCI
1289 CaptureInfo NewCI = Tracker.CI & OrigCI; in addArgumentAttrs() local
1290 if (NewCI != OrigCI) { in addArgumentAttrs()
1293 A.addAttr(Attribute::getWithCaptureInfo(A.getContext(), NewCI)); in addArgumentAttrs()
1294 addCapturesStat(NewCI); in addArgumentAttrs()
1301 Node->CC = CaptureComponents(NewCI); in addArgumentAttrs()
1344 CaptureInfo NewCI = CaptureInfo(ArgumentSCC[0]->CC) & OrigCI; in addArgumentAttrs() local
1345 if (NewCI != OrigCI) { in addArgumentAttrs()
1346 A->addAttr(Attribute::getWithCaptureInfo(A->getContext(), NewCI)); in addArgumentAttrs()
1347 addCapturesStat(NewCI); in addArgumentAttrs()
1386 CaptureInfo NewCI = CaptureInfo(N->CC | CC) & OrigCI; in addArgumentAttrs() local
1387 if (NewCI != OrigCI) { in addArgumentAttrs()
1388 A->addAttr(Attribute::getWithCaptureInfo(A->getContext(), NewCI)); in addArgumentAttrs()
1389 addCapturesStat(NewCI); in addArgumentAttrs()