Lines Matching full:lm
237 switch (LM.getKind()) { in getArgType()
278 switch (LM.getKind()) { in getArgType()
321 switch (LM.getKind()) { in getArgType()
336 switch (LM.getKind()) { in getArgType()
355 switch (LM.getKind()) { in getArgType()
376 switch (LM.getKind()) { in getArgType()
443 LM.setKind(LengthModifier::AsWideChar); in fixType()
445 LM.setKind(LengthModifier::None); in fixType()
462 LM.setKind(LengthModifier::None); in fixType()
470 LM.setKind(LengthModifier::AsChar); in fixType()
476 LM.setKind(LengthModifier::AsShort); in fixType()
483 LM.setKind(LengthModifier::AsLong); in fixType()
489 LM.setKind(LengthModifier::AsLongLong); in fixType()
494 LM.setKind(LengthModifier::AsLongDouble); in fixType()
504 namedTypeToLengthModifier(PT, LM); in fixType()
535 os << LM.toString(); in toString()