Searched refs:addCapture (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | ScopeInfo.h | 702 void addCapture(ValueDecl *Var, bool isBlock, bool isByref, bool isNested, in addCapture() function
|
| H A D | DeclSpec.h | 2774 void addCapture(LambdaCaptureKind Kind, in addCapture() function
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaLambda.cpp | 895 LSI->addCapture(Var, /*isBlock*/ false, isReferenceType, in addInitCapture()
|
| H A D | SemaExpr.cpp | 18792 BSI->addCapture(Var, HasBlocksAttr, ByRef, Nested, Loc, SourceLocation(), in captureInBlock() 18832 RSI->addCapture(Var, /*isBlock*/ false, ByRef, RefersToCapturedVariable, in captureInCapturedRegion() 18938 LSI->addCapture(Var, /*isBlock=*/false, ByRef, RefersToCapturedVariable, in captureInLambda()
|
| H A D | SemaDecl.cpp | 15083 LSI->addCapture(VD, /*IsBlock*/false, ByRef, in RebuildLambdaScopeInfo()
|
| /openbsd-src/gnu/llvm/clang/lib/Parse/ |
| H A D | ParseExprCXX.cpp | 1149 Intro.addCapture(Kind, Loc, Id, EllipsisLoc, InitKind, Init, in ParseLambdaIntroducer()
|