Home | History | Annotate | Download | only in Sema

Lines Matching refs:FixedLM

2083   Optional<LengthModifier> FixedLM = FS.getCorrectedLengthModifier();
2084 if (FixedLM) {
2091 << FixedLM->toString()
2092 << FixItHint::CreateReplacement(LMRange, FixedLM->toString());
2116 Optional<LengthModifier> FixedLM = FS.getCorrectedLengthModifier();
2117 if (FixedLM) {
2125 << FixedLM->toString()
2126 << FixItHint::CreateReplacement(LMRange, FixedLM->toString());