Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DScopeInfo.h480 void addCapture(VarDecl *Var, bool isBlock, bool isByref, bool isNested, in addCapture() function
H A DDeclSpec.h2236 void addCapture(LambdaCaptureKind Kind, in addCapture() function
/minix/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaLambda.cpp833 LSI->addCapture(Var, /*isBlock*/false, Var->getType()->isReferenceType(), in buildInitCaptureField()
H A DSemaExpr.cpp11979 BSI->addCapture(Var, HasBlocksAttr, ByRef, Nested, Loc, in captureInBlock()
12024 RSI->addCapture(Var, /*isBlock*/false, ByRef, RefersToCapturedVariable, Loc, in captureInCapturedRegion()
12256 LSI->addCapture(Var, /*IsBlock=*/false, ByRef, RefersToCapturedVariable, in captureInLambda()
H A DSemaDecl.cpp10203 LSI->addCapture(VD, /*IsBlock*/false, ByRef, in RebuildLambdaScopeInfo()
/minix/external/bsd/llvm/dist/clang/lib/Parse/
H A DParseExprCXX.cpp1004 Intro.addCapture(Kind, Loc, Id, EllipsisLoc, Init, InitCaptureParsedType); in ParseLambdaIntroducer()