reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGNonTrivialStruct.cpp
  122     if (Start == End)
  124     End = CurStructOffset + Ctx.toCharUnitsFromBits(RoundedFEnd);
  246     if (this->Start == this->End)
  250                     llvm::to_string((this->End - this->Start).getQuantity()));
  252     this->Start = this->End = CharUnits::Zero();
  511     CharUnits Size = this->End - this->Start;
  538     this->Start = this->End = CharUnits::Zero();