Searched refs:addCapture (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | ScopeInfo.h | 686 void addCapture(VarDecl *Var, bool isBlock, bool isByref, bool isNested, in addCapture() function
|
| H A D | DeclSpec.h | 2696 void addCapture(LambdaCaptureKind Kind, in addCapture() function
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaLambda.cpp | 884 LSI->addCapture(Var, /*isBlock*/false, Var->getType()->isReferenceType(), in addInitCapture()
|
| H A D | SemaExpr.cpp | 17404 BSI->addCapture(Var, HasBlocksAttr, ByRef, Nested, Loc, SourceLocation(), in captureInBlock() 17445 RSI->addCapture(Var, /*isBlock*/ false, ByRef, RefersToCapturedVariable, in captureInCapturedRegion() 17545 LSI->addCapture(Var, /*isBlock=*/false, ByRef, RefersToCapturedVariable, in captureInLambda()
|
| H A D | SemaDecl.cpp | 14115 LSI->addCapture(VD, /*IsBlock*/false, ByRef, in RebuildLambdaScopeInfo()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
| H A D | ParseExprCXX.cpp | 1148 Intro.addCapture(Kind, Loc, Id, EllipsisLoc, InitKind, Init, in ParseLambdaIntroducer()
|