HomeSort by relevance Sort by last modified time
    Searched refs:LCK_ByCopy (Results 1 - 6 of 6) sorted by null

  /external/clang/include/clang/Basic/
Lambda.h 32 LCK_ByCopy,
  /external/clang/lib/Sema/
SemaLambda.cpp 348 } else if (C->Kind == LCK_ByCopy && Intro.Default == LCD_ByCopy) {
612 LambdaCaptureKind Kind = From.isCopyCapture()? LCK_ByCopy : LCK_ByRef;
    [all...]
TreeTransform.h     [all...]
  /external/clang/lib/AST/
ExprCXX.cpp 773 case LCK_ByCopy:
787 return (VarAndBits.getInt() & Capture_ByCopy)? LCK_ByCopy : LCK_ByRef;
    [all...]
StmtPrinter.cpp     [all...]
  /external/clang/lib/Parse/
ParseExprCXX.cpp 672 LambdaCaptureKind Kind = LCK_ByCopy;
    [all...]

Completed in 67 milliseconds