Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DLambda.h26 LCD_ByRef enumerator
/external/clang/lib/Sema/
DSemaLambda.cpp449 else if (CaptureDefault == LCD_ByRef) in buildLambdaScope()
1018 if (C->Kind == LCK_ByRef && Intro.Default == LCD_ByRef) { in ActOnStartOfLambdaDefinition()
1482 return LCD_ByRef; in mapImplicitCaptureStyle()
DSemaDecl.cpp11198 else if (LCD == LCD_ByRef) in RebuildLambdaScopeInfo()
/external/clang/lib/AST/
DStmtPrinter.cpp2055 case LCD_ByRef: in VisitLambdaExpr()
2076 if (Node->getCaptureDefault() != LCD_ByRef || Node->isInitCapture(C)) in VisitLambdaExpr()
/external/clang/lib/Parse/
DParseExprCXX.cpp801 Intro.Default = LCD_ByRef; in ParseLambdaIntroducer()