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