Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DLambda.h24 LCD_ByCopy, enumerator
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp496 if (CaptureDefault == LCD_ByCopy) in buildLambdaScope()
1065 if (Intro.Default == LCD_ByCopy && C->Kind != LCK_StarThis) in ActOnStartOfLambdaDefinition()
1147 } else if (C->Kind == LCK_ByCopy && Intro.Default == LCD_ByCopy) { in ActOnStartOfLambdaDefinition()
1643 return LCD_ByCopy; in mapImplicitCaptureStyle()
1843 CaptureDefault == LCD_ByCopy) { in BuildLambdaExpr()
H A DSemaCodeComplete.cpp6448 if (!IncludedThis && !AfterAmpersand && Intro.Default != LCD_ByCopy) in CodeCompleteLambdaIntroducer()
H A DSemaDecl.cpp14153 else if (LCD == LCD_ByCopy) in RebuildLambdaScopeInfo()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp1964 case LCD_ByCopy: in VisitLambdaExpr()
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp869 Intro.Default = LCD_ByCopy; in ParseLambdaIntroducer()