Searched refs:addInitCapture (Results 1 – 3 of 3) sorted by relevance
892 void Sema::addInitCapture(LambdaScopeInfo *LSI, VarDecl *Var, in addInitCapture() function in Sema1263 addInitCapture(LSI, cast<VarDecl>(Var), C->Kind == LCK_ByRef); in ActOnStartOfLambdaDefinition()
13371 getSema().addInitCapture(LSI, NewVD, C->getCaptureKind() == LCK_ByRef); in TransformLambdaExpr()
7143 void addInitCapture(sema::LambdaScopeInfo *LSI, VarDecl *Var,