Home
last modified time | relevance | path

Searched refs:LCK_ByRef (Results 1 – 5 of 5) sorted by relevance

/external/clang/include/clang/Basic/
DLambda.h34 LCK_ByRef enumerator
/external/clang/lib/Sema/
DSemaLambda.cpp492 if (C->Kind == LCK_ByRef && Intro.Default == LCD_ByRef) { in ActOnStartOfLambdaDefinition()
564 TryCaptureKind Kind = C->Kind == LCK_ByRef ? TryCapture_ExplicitByRef : in ActOnStartOfLambdaDefinition()
767 LambdaCaptureKind Kind = From.isCopyCapture()? LCK_ByCopy : LCK_ByRef; in ActOnLambdaExpr()
/external/clang/lib/AST/
DExprCXX.cpp788 case LCK_ByRef: in Capture()
799 return (VarAndBits.getInt() & Capture_ByCopy)? LCK_ByCopy : LCK_ByRef; in getCaptureKind()
DStmtPrinter.cpp1308 case LCK_ByRef: in VisitLambdaExpr()
/external/clang/lib/Parse/
DParseExprCXX.cpp687 Kind = LCK_ByRef; in ParseLambdaIntroducer()