Home | History | Annotate | Download | only in Sema

Lines Matching refs:FixedLM

2422   Optional<LengthModifier> FixedLM = FS.getCorrectedLengthModifier();
2423 if (FixedLM) {
2430 << FixedLM->toString()
2431 << FixItHint::CreateReplacement(LMRange, FixedLM->toString());
2455 Optional<LengthModifier> FixedLM = FS.getCorrectedLengthModifier();
2456 if (FixedLM) {
2464 << FixedLM->toString()
2465 << FixItHint::CreateReplacement(LMRange, FixedLM->toString());