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.cpp448 else if (CaptureDefault == LCD_ByRef) in buildLambdaScope()
1011 if (C->Kind == LCK_ByRef && Intro.Default == LCD_ByRef) { in ActOnStartOfLambdaDefinition()
1475 return LCD_ByRef; in mapImplicitCaptureStyle()
DSemaDecl.cpp10789 else if (LCD == LCD_ByRef) in RebuildLambdaScopeInfo()
/external/clang/lib/AST/
DStmtPrinter.cpp1927 case LCD_ByRef: in VisitLambdaExpr()
1946 if (Node->getCaptureDefault() != LCD_ByRef || Node->isInitCapture(C)) in VisitLambdaExpr()
/external/clang/lib/Parse/
DParseExprCXX.cpp798 Intro.Default = LCD_ByRef; in ParseLambdaIntroducer()