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

References

tools/clang/lib/AST/ASTContext.cpp
 1674         unsigned FieldAlign = toBits(Layout.getAlignment());
 2098     Align = toBits(Layout.getAlignment());
 2126     Align = toBits(Layout.getAlignment());
tools/clang/lib/AST/RecordLayoutBuilder.cpp
 1356     UpdateAlignment(SL.getAlignment());
 2419   Info.Alignment = Layout.getAlignment();
 3416   OS << ", align=" << Layout.getAlignment().getQuantity();
 3451   OS << "  Alignment:" << toBits(Info.getAlignment()) << "\n";
tools/clang/lib/CodeGen/CGCXXABI.cpp
  139     CGF.CXXABIThisAlignment = Layout.getAlignment();
tools/clang/lib/CodeGen/CGClass.cpp
   45     return layout.getAlignment();
tools/clang/lib/CodeGen/SwiftCallingConv.cpp
  804       return ABIArgInfo::getIndirect(layout.getAlignment(), /*byval*/ false);
  810     return classifyExpandedType(lowering, forReturn, layout.getAlignment());
tools/clang/lib/StaticAnalyzer/Checkers/PaddingChecker.cpp
   92     assert(llvm::isPowerOf2_64(RL.getAlignment().getQuantity()));
  299     CharUnits NewSize = NewOffset.alignTo(RL.getAlignment());
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp
 1811   alignment = record_layout.getAlignment().getQuantity() *