Lines Matching refs:LM
237 switch (LM.getKind()) { in getArgType()
276 switch (LM.getKind()) { in getArgType()
317 switch (LM.getKind()) { in getArgType()
332 switch (LM.getKind()) { in getArgType()
350 switch (LM.getKind()) { in getArgType()
370 switch (LM.getKind()) { in getArgType()
432 LM.setKind(LengthModifier::AsWideChar); in fixType()
434 LM.setKind(LengthModifier::None); in fixType()
453 LM.setKind(LengthModifier::None); in fixType()
461 LM.setKind(LengthModifier::AsChar); in fixType()
467 LM.setKind(LengthModifier::AsShort); in fixType()
474 LM.setKind(LengthModifier::AsLong); in fixType()
480 LM.setKind(LengthModifier::AsLongLong); in fixType()
485 LM.setKind(LengthModifier::AsLongDouble); in fixType()
495 namedTypeToLengthModifier(PT, LM); in fixType()
526 os << LM.toString(); in toString()