Searched refs:addInitCapture (Results 1 – 3 of 3) sorted by relevance
896 void Sema::addInitCapture(LambdaScopeInfo *LSI, VarDecl *Var, bool ByRef) { in addInitCapture() function in Sema1346 addInitCapture(LSI, cast<VarDecl>(Var), C->Kind == LCK_ByRef); in ActOnLambdaExpressionAfterIntroducer()
15592 getSema().addInitCapture(LSI, NewVD, C->getCaptureKind() == LCK_ByRef); in TransformLambdaExpr()
9075 void addInitCapture(sema::LambdaScopeInfo *LSI, VarDecl *Var, bool ByRef);