Home
last modified time | relevance | path

Searched defs:ThisAdjustment (Results 1 – 6 of 6) sorted by relevance

/external/clang/include/clang/Basic/
DABI.h104 struct ThisAdjustment { struct
107 int64_t NonVirtual;
111 union VirtualAdjustment {
149 ThisAdjustment() : NonVirtual(0) { } in ThisAdjustment() argument
153 friend bool operator==(const ThisAdjustment &LHS, argument
/external/clang/lib/CodeGen/
DCGCXXABI.cpp285 CharUnits ThisAdjustment = CharUnits::Zero(); in getMemberPointerPathAdjustment() local
DItaniumCXXABI.cpp632 CharUnits ThisAdjustment) { in BuildMemberPointer()
697 CharUnits ThisAdjustment = getMemberPointerPathAdjustment(MP); in EmitMemberPointer() local
DMicrosoftCXXABI.cpp1933 CharUnits ThisAdjustment = getMemberPointerPathAdjustment(MP); in EmitMemberPointer() local
/external/clang/lib/AST/
DVTableBuilder.cpp1151 ThisAdjustment ThisAdjustment = in ComputeThisAdjustments() local
1550 ThisAdjustment ThisAdjustment = in AddMethods() local
DItaniumMangle.cpp3727 const ThisAdjustment &ThisAdjustment, raw_ostream &Out) { in mangleCXXDtorThunk()