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