Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DLambda.h38 LCK_ByRef, ///< Capturing by reference enumerator
/external/clang/lib/Sema/
DSemaLambda.cpp1018 if (C->Kind == LCK_ByRef && Intro.Default == LCD_ByRef) { in ActOnStartOfLambdaDefinition()
1105 TryCaptureKind Kind = C->Kind == LCK_ByRef ? TryCapture_ExplicitByRef : in ActOnStartOfLambdaDefinition()
1551 LambdaCaptureKind Kind = From.isCopyCapture() ? LCK_ByCopy : LCK_ByRef; in BuildLambdaExpr()
DSemaDecl.cpp11214 const bool ByRef = C.getCaptureKind() == LCK_ByRef; in RebuildLambdaScopeInfo()
/external/clang/lib/AST/
DExprCXX.cpp832 case LCK_ByRef: in LambdaCapture()
848 return CapByCopy ? LCK_ByCopy : LCK_ByRef; in getCaptureKind()
DStmtProfile.cpp1339 case LCK_ByRef: in VisitLambdaExpr()
DStmtPrinter.cpp2075 case LCK_ByRef: in VisitLambdaExpr()
/external/clang/lib/Parse/
DParseExprCXX.cpp866 Kind = LCK_ByRef; in ParseLambdaIntroducer()
1017 Loc, Kind == LCK_ByRef, Id, InitKind, InitExpr); in ParseLambdaIntroducer()
/external/clang/lib/Serialization/
DASTReaderDecl.cpp1544 case LCK_ByRef: in ReadCXXDefinitionData()
DASTWriter.cpp5555 case LCK_ByRef: in AddCXXDefinitionData()