Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DLambda.h37 LCK_ByRef, ///< Capturing by reference enumerator
/external/clang/lib/Sema/
DSemaLambda.cpp1034 if (C->Kind == LCK_ByRef && Intro.Default == LCD_ByRef) { in ActOnStartOfLambdaDefinition()
1121 TryCaptureKind Kind = C->Kind == LCK_ByRef ? TryCapture_ExplicitByRef : in ActOnStartOfLambdaDefinition()
1435 LambdaCaptureKind Kind = From.isCopyCapture()? LCK_ByCopy : LCK_ByRef; in ActOnLambdaExpr()
DSemaDecl.cpp10326 const bool ByRef = C.getCaptureKind() == LCK_ByRef; in RebuildLambdaScopeInfo()
/external/clang/lib/AST/
DExprCXX.cpp905 case LCK_ByRef: in LambdaCapture()
922 return CapByCopy ? LCK_ByCopy : LCK_ByRef; in getCaptureKind()
DStmtProfile.cpp1113 case LCK_ByRef: in VisitLambdaExpr()
DStmtPrinter.cpp1760 case LCK_ByRef: in VisitLambdaExpr()
/external/clang/lib/Parse/
DParseExprCXX.cpp854 Kind = LCK_ByRef; in ParseLambdaIntroducer()
1004 Loc, Kind == LCK_ByRef, Id, InitExpr); in ParseLambdaIntroducer()
/external/clang/lib/Serialization/
DASTReaderDecl.cpp1372 case LCK_ByRef: in ReadCXXDefinitionData()
DASTWriter.cpp5724 case LCK_ByRef: in AddCXXDefinitionData()