HomeSort by: relevance | last modified time | path
    Searched refs:getAlignmentSource (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGValue.h 156 AlignmentSource getAlignmentSource() const { return AlignSource; }
160 setAlignmentSource(Info.getAlignmentSource());
CGExpr.cpp 1112 if (InnerBaseInfo.getAlignmentSource() != AlignmentSource::Decl) {
4322 LValueBaseInfo FieldBaseInfo(BaseInfo.getAlignmentSource());
4332 AlignmentSource BaseAlignSource = BaseInfo.getAlignmentSource();
4463 AlignmentSource FieldAlignSource = BaseInfo.getAlignmentSource();
4595 std::max(lhs->getBaseInfo().getAlignmentSource(),
4596 rhs->getBaseInfo().getAlignmentSource());
CGExprCXX.cpp 1594 if (BaseInfo.getAlignmentSource() != AlignmentSource::Decl)

Completed in 24 milliseconds