Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DLambda.h37 LCK_ByCopy, ///< Capturing by copy (a.k.a., by value) enumerator
/external/clang/lib/Sema/
DSemaLambda.cpp1023 } else if (C->Kind == LCK_ByCopy && Intro.Default == LCD_ByCopy) { in ActOnStartOfLambdaDefinition()
1551 LambdaCaptureKind Kind = From.isCopyCapture() ? LCK_ByCopy : LCK_ByRef; in BuildLambdaExpr()
DTreeTransform.h10300 : C->getCaptureKind() == LCK_ByCopy in TransformLambdaExpr()
/external/clang/lib/AST/
DExprCXX.cpp829 case LCK_ByCopy: in LambdaCapture()
848 return CapByCopy ? LCK_ByCopy : LCK_ByRef; in getCaptureKind()
DStmtProfile.cpp1340 case LCK_ByCopy: in VisitLambdaExpr()
DStmtPrinter.cpp2081 case LCK_ByCopy: in VisitLambdaExpr()
DExpr.cpp3022 if (I->getCaptureKind() == LCK_ByCopy) in HasSideEffects()
/external/clang/lib/Parse/
DParseExprCXX.cpp846 LambdaCaptureKind Kind = LCK_ByCopy; in ParseLambdaIntroducer()
/external/clang/lib/Serialization/
DASTReaderDecl.cpp1543 case LCK_ByCopy: in ReadCXXDefinitionData()
DASTWriter.cpp5554 case LCK_ByCopy: in AddCXXDefinitionData()