Home
last modified time | relevance | path

Searched refs:alignSource (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenValue.h134 AlignmentSource alignSource; variable
138 : alignSource(source) {} in alignSource() function
139 AlignmentSource getAlignmentSource() const { return alignSource; } in getAlignmentSource()
140 void setAlignmentSource(AlignmentSource source) { alignSource = source; } in setAlignmentSource()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp5510 AlignmentSource alignSource = in EmitConditionalOperatorLValue() local
5515 return MakeAddrLValue(result, expr->getType(), LValueBaseInfo(alignSource), in EmitConditionalOperatorLValue()