Searched refs:addCapture (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | ScopeInfo.h | 731 void addCapture(ValueDecl *Var, bool isBlock, bool isByref, bool isNested, in addCapture() function
|
H A D | DeclSpec.h | 2866 void addCapture(LambdaCaptureKind Kind, in addCapture() function
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaLambda.cpp | 877 LSI->addCapture(Var, /*isBlock=*/false, ByRef, in addInitCapture()
|
H A D | SemaTemplateInstantiateDecl.cpp | 4574 LSI->addCapture(cast<VarDecl>(*it), /*isBlock=*/false, /*isByref=*/false, in addInstantiatedLocalVarsToScope()
|
H A D | SemaExpr.cpp | 18434 BSI->addCapture(Var, HasBlocksAttr, ByRef, Nested, Loc, SourceLocation(), in captureInBlock() 18474 RSI->addCapture(Var, /*isBlock*/ false, ByRef, RefersToCapturedVariable, in captureInCapturedRegion() 18577 LSI->addCapture(Var, /*isBlock=*/false, ByRef, RefersToCapturedVariable, in captureInLambda()
|
H A D | SemaDecl.cpp | 15393 LSI->addCapture(VD, /*IsBlock*/false, ByRef, in RebuildLambdaScopeInfo()
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseExprCXX.cpp | 1224 Intro.addCapture(Kind, Loc, Id, EllipsisLoc, InitKind, Init, in ParseLambdaIntroducer()
|