Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Basic/
DLambda.h37 LCK_ByRef ///< Capturing by reference enumerator
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaLambda.cpp932 if (C->Kind == LCK_ByRef && Intro.Default == LCD_ByRef) { in ActOnStartOfLambdaDefinition()
1017 TryCaptureKind Kind = C->Kind == LCK_ByRef ? TryCapture_ExplicitByRef : in ActOnStartOfLambdaDefinition()
1322 LambdaCaptureKind Kind = From.isCopyCapture()? LCK_ByCopy : LCK_ByRef; in ActOnLambdaExpr()
DSemaDecl.cpp9482 const bool ByRef = C->getCaptureKind() == LCK_ByRef; in RebuildLambdaScopeInfo()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DExprCXX.cpp906 case LCK_ByRef: in Capture()
918 return (DeclAndBits.getInt() & Capture_ByCopy) ? LCK_ByCopy : LCK_ByRef; in getCaptureKind()
DStmtProfile.cpp883 case LCK_ByRef: in VisitLambdaExpr()
DStmtPrinter.cpp1475 case LCK_ByRef: in VisitLambdaExpr()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Parse/
DParseExprCXX.cpp770 Kind = LCK_ByRef; in ParseLambdaIntroducer()
916 Loc, Kind == LCK_ByRef, Id, InitExpr); in ParseLambdaIntroducer()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTReaderDecl.cpp1248 case LCK_ByRef: in ReadCXXDefinitionData()
DASTWriter.cpp5147 case LCK_ByRef: in AddCXXDefinitionData()