Home
last modified time | relevance | path

Searched refs:LCD_ByCopy (Results 1 – 6 of 6) sorted by relevance

/external/clang/include/clang/Basic/
DLambda.h25 LCD_ByCopy, enumerator
/external/clang/lib/Sema/
DSemaLambda.cpp446 if (CaptureDefault == LCD_ByCopy) in buildLambdaScope()
939 if (Intro.Default == LCD_ByCopy) { in ActOnStartOfLambdaDefinition()
1016 } else if (C->Kind == LCK_ByCopy && Intro.Default == LCD_ByCopy) { in ActOnStartOfLambdaDefinition()
1472 return LCD_ByCopy; in mapImplicitCaptureStyle()
DSemaCodeComplete.cpp4569 if (!IncludedThis && !AfterAmpersand && Intro.Default != LCD_ByCopy) in CodeCompleteLambdaIntroducer()
DSemaDecl.cpp10787 else if (LCD == LCD_ByCopy) in RebuildLambdaScopeInfo()
/external/clang/lib/AST/
DStmtPrinter.cpp1922 case LCD_ByCopy: in VisitLambdaExpr()
/external/clang/lib/Parse/
DParseExprCXX.cpp802 Intro.Default = LCD_ByCopy; in ParseLambdaIntroducer()