Searched refs:LCK_ByRef (Results 1 – 13 of 13) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Lambda.h | 37 LCK_ByRef, ///< Capturing by reference enumerator
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaLambda.cpp | 1166 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 D | TreeTransform.h | 13424 C->getLocation(), C->getCaptureKind() == LCK_ByRef, in TransformLambdaExpr() 13562 getSema().addInitCapture(LSI, NewVD, C->getCaptureKind() == LCK_ByRef); in TransformLambdaExpr()
|
| H A D | SemaInit.cpp | 8340 << (Elem.Capture->getCaptureKind() == LCK_ByRef) << VD in checkInitializerLifetime()
|
| H A D | SemaDecl.cpp | 15622 const bool ByRef = C.getCaptureKind() == LCK_ByRef; in RebuildLambdaScopeInfo()
|
| H A D | SemaOpenMP.cpp | 4755 if (LC.getCaptureKind() == LCK_ByRef) { in tryCaptureOpenMPLambdas()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseExprCXX.cpp | 949 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 D | ExprCXX.cpp | 1186 case LCK_ByRef: in LambdaCapture() 1202 return CapByCopy ? LCK_ByCopy : LCK_ByRef; in getCaptureKind()
|
| H A D | StmtPrinter.cpp | 2174 case LCK_ByRef: in VisitLambdaExpr()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntimeGPU.cpp | 372 if (C.getCaptureKind() == LCK_ByRef) { in VisitLambdaExpr() 3388 if (LC.getCaptureKind() != LCK_ByRef) in adjustTargetSpecificDataForLambdas()
|
| H A D | CGOpenMPRuntime.cpp | 8355 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 D | ASTReaderDecl.cpp | 2060 case LCK_ByRef: in ReadCXXDefinitionData()
|
| H A D | ASTWriter.cpp | 6091 case LCK_ByRef: in AddCXXDefinitionData()
|