Home
last modified time | relevance | path

Searched refs:addInitCapture (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp875 void Sema::addInitCapture(LambdaScopeInfo *LSI, VarDecl *Var, bool ByRef) { in addInitCapture() function in Sema
1320 addInitCapture(LSI, cast<VarDecl>(Var), C->Kind == LCK_ByRef); in ActOnLambdaExpressionAfterIntroducer()
H A DTreeTransform.h14472 getSema().addInitCapture(LSI, NewVD, C->getCaptureKind() == LCK_ByRef); in TransformLambdaExpr()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h8797 void addInitCapture(sema::LambdaScopeInfo *LSI, VarDecl *Var, bool ByRef);