Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Basic/
H A DLambda.h25 LCD_ByRef enumerator
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp532 else if (CaptureDefault == LCD_ByRef) in buildLambdaScope()
1067 else if (Intro.Default == LCD_ByRef) in ActOnLambdaExpressionAfterIntroducer()
1219 if (C->Kind == LCK_ByRef && Intro.Default == LCD_ByRef) { in ActOnLambdaExpressionAfterIntroducer()
1961 return LCD_ByRef; in mapImplicitCaptureStyle()
H A DSemaDecl.cpp15375 else if (LCD == LCD_ByRef) in RebuildLambdaScopeInfo()
/src/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp2195 case LCD_ByRef: in VisitLambdaExpr()
2221 if (Node->getCaptureDefault() != LCD_ByRef || Node->isInitCapture(C)) in VisitLambdaExpr()
/src/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp934 Intro.Default = LCD_ByRef; in ParseLambdaIntroducer()