Home | History | Annotate | Download | only in AST

Lines Matching refs:Capture_ByCopy

829     Bits |= Capture_ByCopy;
843 Field->getType()->isReferenceType() ? 0 : Capture_ByCopy),
854 return (DeclAndBits.getInt() & Capture_ByCopy) ? LCK_ByCopy : LCK_ByRef;