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

  /external/clang/include/clang/AST/
RecordLayout.h 66 /// VFPtrOffset - Virtual function table offset (Microsoft-only).
67 CharUnits VFPtrOffset;
99 CharUnits vfptroffset, CharUnits vbptroffset,
215 return CXXInfo->VFPtrOffset;
  /external/clang/lib/AST/
RecordLayout.cpp 46 CharUnits vfptroffset, CharUnits vbptroffset,
72 CXXInfo->VFPtrOffset = vfptroffset;
RecordLayoutBuilder.cpp 603 /// VFPtrOffset - Virtual function table offset. Only for MS layout.
604 CharUnits VFPtrOffset;
655 VFPtrOffset(CharUnits::fromQuantity(-1)),
    [all...]

Completed in 35 milliseconds