Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DLambda.h33 LCK_ByCopy, enumerator
/external/clang/lib/Sema/
DSemaLambda.cpp497 } else if (C->Kind == LCK_ByCopy && Intro.Default == LCD_ByCopy) { in ActOnStartOfLambdaDefinition()
767 LambdaCaptureKind Kind = From.isCopyCapture()? LCK_ByCopy : LCK_ByRef; in ActOnLambdaExpr()
DTreeTransform.h7929 : C->getCaptureKind() == LCK_ByCopy in TransformLambdaScope()
/external/clang/lib/AST/
DExprCXX.cpp785 case LCK_ByCopy: in Capture()
799 return (VarAndBits.getInt() & Capture_ByCopy)? LCK_ByCopy : LCK_ByRef; in getCaptureKind()
DStmtPrinter.cpp1314 case LCK_ByCopy: in VisitLambdaExpr()
DExpr.cpp2784 if (I->getCaptureKind() == LCK_ByCopy) in HasSideEffects()
/external/clang/lib/Parse/
DParseExprCXX.cpp677 LambdaCaptureKind Kind = LCK_ByCopy; in ParseLambdaIntroducer()