Lines Matching refs:LM
236 switch (LM.getKind()) { in getArgType()
276 switch (LM.getKind()) { in getArgType()
319 switch (LM.getKind()) { in getArgType()
334 switch (LM.getKind()) { in getArgType()
353 switch (LM.getKind()) { in getArgType()
374 switch (LM.getKind()) { in getArgType()
441 LM.setKind(LengthModifier::AsWideChar); in fixType()
443 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()