Searched refs:getTextAlignFillValue (Results 1 – 3 of 3) sorted by relevance
731 unsigned getTextAlignFillValue() const { return TextAlignFillValue; } in getTextAlignFillValue() function
1562 if (MAI->getTextAlignFillValue()) in emitCodeAlignment()1563 emitAlignmentDirective(Alignment.value(), MAI->getTextAlignFillValue(), 1, in emitCodeAlignment()
3495 if ((!HasFillExpr || Lexer.getMAI().getTextAlignFillValue() == FillExpr) && in parseDirectiveAlign()