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

References

tools/clang/lib/CodeGen/CGExpr.cpp
 1077           if (InnerBaseInfo.getAlignmentSource() != AlignmentSource::Decl) {
 4017     LValueBaseInfo FieldBaseInfo(BaseInfo.getAlignmentSource());
 4027   AlignmentSource BaseAlignSource = BaseInfo.getAlignmentSource();
 4156   AlignmentSource FieldAlignSource = BaseInfo.getAlignmentSource();
 4270       std::max(lhs->getBaseInfo().getAlignmentSource(),
 4271                rhs->getBaseInfo().getAlignmentSource());
tools/clang/lib/CodeGen/CGExprCXX.cpp
 1574     if (BaseInfo.getAlignmentSource() != AlignmentSource::Decl)
tools/clang/lib/CodeGen/CGValue.h
  159     setAlignmentSource(Info.getAlignmentSource());