Lines Matching refs:LM
393 switch (LM.getKind()) { in getArgType()
407 switch (LM.getKind()) { in getArgType()
441 switch (LM.getKind()) { in getArgType()
476 if (LM.getKind() == LengthModifier::AsLongDouble) in getArgType()
482 switch (LM.getKind()) { in getArgType()
514 if (LM.getKind() == LengthModifier::AsWideChar) { in getArgType()
520 if (LM.getKind() == LengthModifier::AsWide) in getArgType()
528 LM.getKind() == LengthModifier::AsShort) in getArgType()
535 LM.getKind() == LengthModifier::AsShort) in getArgType()
573 LM.setKind(LengthModifier::None); in fixType()
588 LM.setKind(LengthModifier::AsWideChar); in fixType()
590 LM.setKind(LengthModifier::None); in fixType()
630 LM.setKind(LengthModifier::None); in fixType()
637 LM.setKind(LengthModifier::AsChar); in fixType()
642 LM.setKind(LengthModifier::AsShort); in fixType()
647 LM.setKind(LengthModifier::AsLong); in fixType()
652 LM.setKind(LengthModifier::AsLongLong); in fixType()
656 LM.setKind(LengthModifier::AsLongDouble); in fixType()
662 namedTypeToLengthModifier(QT, LM); in fixType()
693 LM.setKind(LengthModifier::None); in fixType()
740 os << LM.toString(); in toString()