Lines Matching refs: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()
464 LM.setKind(LengthModifier::None); in fixType()
472 LM.setKind(LengthModifier::AsChar); in fixType()
478 LM.setKind(LengthModifier::AsShort); in fixType()
485 LM.setKind(LengthModifier::AsLong); in fixType()
491 LM.setKind(LengthModifier::AsLongLong); in fixType()
496 LM.setKind(LengthModifier::AsLongDouble); in fixType()
506 namedTypeToLengthModifier(PT, LM); in fixType()
537 os << LM.toString(); in toString()