Home | History | Annotate | Download | only in Sema

Lines Matching refs:isCaptured

114       if (IsCapturingVariable && !LSI->isCaptured(VarToCapture))
1066 if (Var && LSI->isCaptured(Var)) {