Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaLambda.cpp892 void Sema::addInitCapture(LambdaScopeInfo *LSI, VarDecl *Var, in addInitCapture() function in Sema
1263 addInitCapture(LSI, cast<VarDecl>(Var), C->Kind == LCK_ByRef); in ActOnStartOfLambdaDefinition()
H A DTreeTransform.h13371 getSema().addInitCapture(LSI, NewVD, C->getCaptureKind() == LCK_ByRef); in TransformLambdaExpr()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h7143 void addInitCapture(sema::LambdaScopeInfo *LSI, VarDecl *Var,