Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DLambda.h36 LCK_ByCopy, ///< Capturing by copy (a.k.a., by value) enumerator
/external/clang/lib/Sema/
DSemaLambda.cpp1039 } else if (C->Kind == LCK_ByCopy && Intro.Default == LCD_ByCopy) { in ActOnStartOfLambdaDefinition()
1435 LambdaCaptureKind Kind = From.isCopyCapture()? LCK_ByCopy : LCK_ByRef; in ActOnLambdaExpr()
DTreeTransform.h9291 : C->getCaptureKind() == LCK_ByCopy in TransformLambdaScope()
/external/clang/lib/AST/
DExprCXX.cpp902 case LCK_ByCopy: in LambdaCapture()
922 return CapByCopy ? LCK_ByCopy : LCK_ByRef; in getCaptureKind()
DStmtProfile.cpp1114 case LCK_ByCopy: in VisitLambdaExpr()
DStmtPrinter.cpp1766 case LCK_ByCopy: in VisitLambdaExpr()
DExpr.cpp3080 if (I->getCaptureKind() == LCK_ByCopy) in HasSideEffects()
/external/clang/lib/Parse/
DParseExprCXX.cpp843 LambdaCaptureKind Kind = LCK_ByCopy; in ParseLambdaIntroducer()
/external/clang/lib/Serialization/
DASTReaderDecl.cpp1371 case LCK_ByCopy: in ReadCXXDefinitionData()
DASTWriter.cpp5723 case LCK_ByCopy: in AddCXXDefinitionData()