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

  /external/clang/include/clang/Basic/
Lambda.h 33 LCK_ByRef
  /external/clang/lib/Sema/
SemaLambda.cpp 343 if (C->Kind == LCK_ByRef && Intro.Default == LCD_ByRef) {
416 TryCaptureKind Kind = C->Kind == LCK_ByRef ? TryCapture_ExplicitByRef :
612 LambdaCaptureKind Kind = From.isCopyCapture()? LCK_ByCopy : LCK_ByRef;
    [all...]
  /external/clang/lib/AST/
ExprCXX.cpp 776 case LCK_ByRef:
787 return (VarAndBits.getInt() & Capture_ByCopy)? LCK_ByCopy : LCK_ByRef;
    [all...]
StmtPrinter.cpp     [all...]
  /external/clang/lib/Parse/
ParseExprCXX.cpp 682 Kind = LCK_ByRef;
    [all...]

Completed in 23 milliseconds