Home | History | Annotate | Download | only in AST

Lines Matching refs:LCK_ByRef

818   case LCK_ByRef:
829 return (VarAndBits.getInt() & Capture_ByCopy)? LCK_ByCopy : LCK_ByRef;