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