Home
last modified time | relevance | path

Searched refs:LCD_ByRef (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLambda.h25 LCD_ByRef enumerator
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp553 else if (CaptureDefault == LCD_ByRef) in buildLambdaScope()
1091 else if (Intro.Default == LCD_ByRef) in ActOnLambdaExpressionAfterIntroducer()
1245 if (C->Kind == LCK_ByRef && Intro.Default == LCD_ByRef) { in ActOnLambdaExpressionAfterIntroducer()
1990 return LCD_ByRef; in mapImplicitCaptureStyle()
H A DSemaDecl.cpp15826 else if (LCD == LCD_ByRef) in RebuildLambdaScopeInfo()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp2332 case LCD_ByRef: in VisitLambdaExpr()
2358 if (Node->getCaptureDefault() != LCD_ByRef || Node->isInitCapture(C)) in VisitLambdaExpr()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp795 Intro.Default = LCD_ByRef; in ParseLambdaIntroducer()