Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DScopeInfo.h702 void addCapture(ValueDecl *Var, bool isBlock, bool isByref, bool isNested, in addCapture() function
H A DDeclSpec.h2774 void addCapture(LambdaCaptureKind Kind, in addCapture() function
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaLambda.cpp895 LSI->addCapture(Var, /*isBlock*/ false, isReferenceType, in addInitCapture()
H A DSemaExpr.cpp18792 BSI->addCapture(Var, HasBlocksAttr, ByRef, Nested, Loc, SourceLocation(), in captureInBlock()
18832 RSI->addCapture(Var, /*isBlock*/ false, ByRef, RefersToCapturedVariable, in captureInCapturedRegion()
18938 LSI->addCapture(Var, /*isBlock=*/false, ByRef, RefersToCapturedVariable, in captureInLambda()
H A DSemaDecl.cpp15083 LSI->addCapture(VD, /*IsBlock*/false, ByRef, in RebuildLambdaScopeInfo()
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseExprCXX.cpp1149 Intro.addCapture(Kind, Loc, Id, EllipsisLoc, InitKind, Init, in ParseLambdaIntroducer()