Home
last modified time | relevance | path

Searched refs:LCK_ByCopy (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DLambda.h36 LCK_ByCopy, ///< Capturing by copy (a.k.a., by value) enumerator
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp1171 } else if (C->Kind == LCK_ByCopy && Intro.Default == LCD_ByCopy) { in ActOnLambdaExpressionAfterIntroducer()
2120 From.isCopyCapture() ? LCK_ByCopy : LCK_ByRef; in BuildLambdaExpr()
H A DTreeTransform.h13577 : C->getCaptureKind() == LCK_ByCopy in TransformLambdaExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp1183 case LCK_ByCopy: in LambdaCapture()
1202 return CapByCopy ? LCK_ByCopy : LCK_ByRef; in getCaptureKind()
H A DStmtPrinter.cpp2180 case LCK_ByCopy: in VisitLambdaExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp915 LambdaCaptureKind Kind = LCK_ByCopy; in ParseLambdaIntroducer()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp2059 case LCK_ByCopy: in ReadCXXDefinitionData()
H A DASTWriter.cpp6090 case LCK_ByCopy: in AddCXXDefinitionData()