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()
1034 if (C->Kind == LCK_ByRef && Intro.Default == LCD_ByRef) { in ActOnStartOfLambdaDefinition()
1452 CaptureDefault = LCD_ByRef; in ActOnLambdaExpr()
DSemaDecl.cpp10310 else if (LCD == LCD_ByRef) in RebuildLambdaScopeInfo()
/external/clang/lib/AST/
DStmtPrinter.cpp1742 case LCD_ByRef: in VisitLambdaExpr()
1761 if (Node->getCaptureDefault() != LCD_ByRef || C->isInitCapture()) in VisitLambdaExpr()
/external/clang/lib/Parse/
DParseExprCXX.cpp798 Intro.Default = LCD_ByRef; in ParseLambdaIntroducer()