Home
last modified time | relevance | path

Searched refs:LCD_ByCopy (Results 1 – 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
HDLambda.h24 LCD_ByCopy, enumerator
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaLambda.cpp493 if (CaptureDefault == LCD_ByCopy) in buildLambdaScope()
1055 if (Intro.Default == LCD_ByCopy && C->Kind != LCK_StarThis) in ActOnStartOfLambdaDefinition()
1137 } else if (C->Kind == LCK_ByCopy && Intro.Default == LCD_ByCopy) { in ActOnStartOfLambdaDefinition()
1551 return LCD_ByCopy; in mapImplicitCaptureStyle()
1749 CaptureDefault == LCD_ByCopy) { in BuildLambdaExpr()
HDSemaCodeComplete.cpp5779 if (!IncludedThis && !AfterAmpersand && Intro.Default != LCD_ByCopy) in CodeCompleteLambdaIntroducer()
HDSemaDecl.cpp13599 else if (LCD == LCD_ByCopy) in RebuildLambdaScopeInfo()
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDStmtPrinter.cpp1913 case LCD_ByCopy: in VisitLambdaExpr()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
HDParseExprCXX.cpp863 Intro.Default = LCD_ByCopy; in ParseLambdaIntroducer()