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 66 /// ThisAdjustment - A 'this' pointer adjustment.
67 struct ThisAdjustment {
76 ThisAdjustment() : NonVirtual(0), VCallOffsetOffset(0) { }
80 friend bool operator==(const ThisAdjustment &LHS,
81 const ThisAdjustment &RHS) {
86 friend bool operator<(const ThisAdjustment &LHS,
87 const ThisAdjustment &RHS) {
100 ThisAdjustment This;
107 ThunkInfo(const ThisAdjustment &This, const ReturnAdjustment &Return)
  /external/clang/lib/AST/
VTableBuilder.cpp     [all...]

Completed in 1219 milliseconds