Home
last modified time | relevance | path

Searched refs:ByRef (Results 1 – 7 of 7) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDScopeInfo.h414 Capture(VarDecl *Var, bool Block, bool ByRef, bool IsNested, in Capture() argument
419 ByRef ? Cap_ByRef : Cap_ByCopy), in Capture()
HDSema.h4940 bool ByRef, IdentifierInfo *Id, Expr *&Init);
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaLambda.cpp702 bool ByRef, in performLambdaInitCaptureInitialization() argument
718 if (ByRef) { in performLambdaInitCaptureInitialization()
HDSemaExpr.cpp12516 bool ByRef = false; in captureInBlock() local
12542 ByRef = true; in captureInBlock()
12590 BSI->addCapture(Var, HasBlocksAttr, ByRef, Nested, Loc, in captureInBlock()
12609 bool ByRef = true; in captureInCapturedRegion() local
12637 RSI->addCapture(Var, /*isBlock*/false, ByRef, RefersToCapturedVariable, Loc, in captureInCapturedRegion()
12676 bool ByRef = false; in captureInLambda() local
12678 ByRef = (Kind == Sema::TryCapture_ExplicitByRef); in captureInLambda()
12680 ByRef = (LSI->ImpCaptureStyle == LambdaScopeInfo::ImpCap_LambdaByref); in captureInLambda()
12684 if (ByRef) { in captureInLambda()
12744 if (ByRef) in captureInLambda()
[all …]
HDSemaDecl.cpp10510 const bool ByRef = C.getCaptureKind() == LCK_ByRef; in RebuildLambdaScopeInfo() local
10511 LSI->addCapture(VD, /*IsBlock*/false, ByRef, in RebuildLambdaScopeInfo()
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCodeGenFunction.h1248 llvm::Value *GetAddrOfBlockDecl(const VarDecl *var, bool ByRef);
/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDAttr.td460 let Args = [EnumArgument<"Type", "BlockType", ["byref"], ["ByRef"]>];