Lines Matching refs:LM
398 switch (LM.getKind()) { in getArgType()
412 switch (LM.getKind()) { in getArgType()
446 switch (LM.getKind()) { in getArgType()
481 if (LM.getKind() == LengthModifier::AsLongDouble) in getArgType()
487 switch (LM.getKind()) { in getArgType()
519 if (LM.getKind() == LengthModifier::AsWideChar) { in getArgType()
525 if (LM.getKind() == LengthModifier::AsWide) in getArgType()
533 LM.getKind() == LengthModifier::AsShort) in getArgType()
540 LM.getKind() == LengthModifier::AsShort) in getArgType()
578 LM.setKind(LengthModifier::None); in fixType()
593 LM.setKind(LengthModifier::AsWideChar); in fixType()
595 LM.setKind(LengthModifier::None); in fixType()
639 LM.setKind(LengthModifier::None); in fixType()
646 LM.setKind(LengthModifier::AsChar); in fixType()
651 LM.setKind(LengthModifier::AsShort); in fixType()
656 LM.setKind(LengthModifier::AsLong); in fixType()
661 LM.setKind(LengthModifier::AsLongLong); in fixType()
665 LM.setKind(LengthModifier::AsLongDouble); in fixType()
671 namedTypeToLengthModifier(QT, LM); in fixType()
702 LM.setKind(LengthModifier::None); in fixType()
749 os << LM.toString(); in toString()