Home | History | Annotate | Download | only in Sema

Lines Matching refs:Cap

933     for (LambdaExpr::capture_init_iterator Cap = Lambda->capture_init_begin(),
935 Cap != CapEnd; ++Cap)
936 CT = mergeCanThrow(CT, canThrow(*Cap));