Searched refs:AlignSource (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGValue.h151 AlignmentSource AlignSource; member in class:clang::CodeGen::LValueBaseInfo
155 : AlignSource(Source) {}
156 AlignmentSource getAlignmentSource() const { return AlignSource; }
157 void setAlignmentSource(AlignmentSource Source) { AlignSource = Source; }

Completed in 60 milliseconds