Home
last modified time | relevance | path

Searched refs:addCapture (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DScopeInfo.h686 void addCapture(VarDecl *Var, bool isBlock, bool isByref, bool isNested, in addCapture() function
H A DDeclSpec.h2696 void addCapture(LambdaCaptureKind Kind, in addCapture() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLambda.cpp884 LSI->addCapture(Var, /*isBlock*/false, Var->getType()->isReferenceType(), in addInitCapture()
H A DSemaExpr.cpp17404 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 DSemaDecl.cpp14115 LSI->addCapture(VD, /*IsBlock*/false, ByRef, in RebuildLambdaScopeInfo()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseExprCXX.cpp1148 Intro.addCapture(Kind, Loc, Id, EllipsisLoc, InitKind, Init, in ParseLambdaIntroducer()