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

  /external/clang/include/clang/AST/
ExprCXX.h     [all...]
  /external/clang/lib/AST/
ExprCXX.cpp 762 : VarAndBits(Var, 0), Loc(Loc), EllipsisLoc(EllipsisLoc)
780 VarAndBits.setInt(Bits);
787 return (VarAndBits.getInt() & Capture_ByCopy)? LCK_ByCopy : LCK_ByRef;
    [all...]

Completed in 22 milliseconds