Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDScopeInfo.h496 void addCapture(VarDecl *Var, bool isBlock, bool isByref, bool isNested, in addCapture() function
HDDeclSpec.h2280 void addCapture(LambdaCaptureKind Kind, in addCapture() function
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaLambda.cpp832 LSI->addCapture(Var, /*isBlock*/false, Var->getType()->isReferenceType(), in buildInitCaptureField()
HDSemaExpr.cpp12590 BSI->addCapture(Var, HasBlocksAttr, ByRef, Nested, Loc, in captureInBlock()
12637 RSI->addCapture(Var, /*isBlock*/false, ByRef, RefersToCapturedVariable, Loc, in captureInCapturedRegion()
12759 LSI->addCapture(Var, /*IsBlock=*/false, ByRef, RefersToCapturedVariable, in captureInLambda()
HDSemaDecl.cpp10511 LSI->addCapture(VD, /*IsBlock*/false, ByRef, in RebuildLambdaScopeInfo()
/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseExprCXX.cpp1008 Intro.addCapture(Kind, Loc, Id, EllipsisLoc, Init, InitCaptureParsedType); in ParseLambdaIntroducer()