Home
last modified time | relevance | path

Searched refs:LCK_ByRef (Results 1 – 13 of 13) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DLambda.h37 LCK_ByRef, ///< Capturing by reference enumerator
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp1166 if (C->Kind == LCK_ByRef && Intro.Default == LCD_ByRef) { in ActOnLambdaExpressionAfterIntroducer()
1263 addInitCapture(LSI, cast<VarDecl>(Var), C->Kind == LCK_ByRef); in ActOnLambdaExpressionAfterIntroducer()
1266 TryCaptureKind Kind = C->Kind == LCK_ByRef ? TryCapture_ExplicitByRef in ActOnLambdaExpressionAfterIntroducer()
2120 From.isCopyCapture() ? LCK_ByCopy : LCK_ByRef; in BuildLambdaExpr()
H A DTreeTransform.h13424 C->getLocation(), C->getCaptureKind() == LCK_ByRef, in TransformLambdaExpr()
13562 getSema().addInitCapture(LSI, NewVD, C->getCaptureKind() == LCK_ByRef); in TransformLambdaExpr()
H A DSemaInit.cpp8340 << (Elem.Capture->getCaptureKind() == LCK_ByRef) << VD in checkInitializerLifetime()
H A DSemaDecl.cpp15622 const bool ByRef = C.getCaptureKind() == LCK_ByRef; in RebuildLambdaScopeInfo()
H A DSemaOpenMP.cpp4755 if (LC.getCaptureKind() == LCK_ByRef) { in tryCaptureOpenMPLambdas()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp949 Kind = LCK_ByRef; in ParseLambdaIntroducer()
1080 Kind == LCK_ByRef ? &EllipsisLocs[1] : in ParseLambdaIntroducer()
1143 Loc, Kind == LCK_ByRef, EllipsisLoc, Id, InitKind, InitExpr); in ParseLambdaIntroducer()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp1186 case LCK_ByRef: in LambdaCapture()
1202 return CapByCopy ? LCK_ByCopy : LCK_ByRef; in getCaptureKind()
H A DStmtPrinter.cpp2174 case LCK_ByRef: in VisitLambdaExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp372 if (C.getCaptureKind() == LCK_ByRef) { in VisitLambdaExpr()
3388 if (LC.getCaptureKind() != LCK_ByRef) in adjustTargetSpecificDataForLambdas()
H A DCGOpenMPRuntime.cpp8355 if (LC.getCaptureKind() != LCK_ByRef && !VD->getType()->isPointerType()) in generateInfoForLambdaCaptures()
8360 if (LC.getCaptureKind() == LCK_ByRef) { in generateInfoForLambdaCaptures()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp2060 case LCK_ByRef: in ReadCXXDefinitionData()
H A DASTWriter.cpp6091 case LCK_ByRef: in AddCXXDefinitionData()