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

  /external/clang/include/clang/Basic/
ABI.h 68 struct ThisAdjustment {
77 ThisAdjustment() : NonVirtual(0), VCallOffsetOffset(0) { }
81 friend bool operator==(const ThisAdjustment &LHS,
82 const ThisAdjustment &RHS) {
87 friend bool operator<(const ThisAdjustment &LHS,
88 const ThisAdjustment &RHS) {
101 ThisAdjustment This;
108 ThunkInfo(const ThisAdjustment &This, const ReturnAdjustment &Return)
  /external/clang/lib/AST/
VTableBuilder.cpp     [all...]

Completed in 25 milliseconds