Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DScopeInfo.h652 void addCapture(VarDecl *Var, bool isBlock, bool isByref, bool isNested, in addCapture() function
H A DDeclSpec.h2580 void addCapture(LambdaCaptureKind Kind, in addCapture() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLambda.cpp825 LSI->addCapture(Var, /*isBlock*/false, Var->getType()->isReferenceType(), in buildInitCaptureField()
H A DSemaExpr.cpp15076 BSI->addCapture(Var, HasBlocksAttr, ByRef, Nested, Loc, in captureInBlock()
15137 RSI->addCapture(Var, /*isBlock*/false, ByRef, RefersToCapturedVariable, Loc, in captureInCapturedRegion()
15274 LSI->addCapture(Var, /*IsBlock=*/false, ByRef, RefersToCapturedVariable, in captureInLambda()
H A DSemaDecl.cpp12833 LSI->addCapture(VD, /*IsBlock*/false, ByRef, in RebuildLambdaScopeInfo()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseExprCXX.cpp989 Intro.addCapture(Kind, Loc, Id, EllipsisLoc, InitKind, Init, in ParseLambdaIntroducer()