Lines Matching refs:LM
232 switch (LM.getKind()) { in getArgType()
271 switch (LM.getKind()) { in getArgType()
312 switch (LM.getKind()) { in getArgType()
327 switch (LM.getKind()) { in getArgType()
345 switch (LM.getKind()) { in getArgType()
365 switch (LM.getKind()) { in getArgType()
427 LM.setKind(LengthModifier::AsWideChar); in fixType()
429 LM.setKind(LengthModifier::None); in fixType()
448 LM.setKind(LengthModifier::None); in fixType()
456 LM.setKind(LengthModifier::AsChar); in fixType()
462 LM.setKind(LengthModifier::AsShort); in fixType()
469 LM.setKind(LengthModifier::AsLong); in fixType()
475 LM.setKind(LengthModifier::AsLongLong); in fixType()
480 LM.setKind(LengthModifier::AsLongDouble); in fixType()
490 namedTypeToLengthModifier(PT, LM); in fixType()
521 os << LM.toString(); in toString()