Home | History | Annotate | Download | only in AST

Lines Matching refs:VarAndBits

762   : VarAndBits(Var, 0), Loc(Loc), EllipsisLoc(EllipsisLoc)
780 VarAndBits.setInt(Bits);
787 return (VarAndBits.getInt() & Capture_ByCopy)? LCK_ByCopy : LCK_ByRef;