Searched refs:BeforePreviousInsertions (Results 1 – 5 of 5) sorted by relevance
65 bool BeforePreviousInsertions; variable69 FixItHint() : BeforePreviousInsertions(false) { } in FixItHint()79 bool BeforePreviousInsertions = false) {84 Hint.BeforePreviousInsertions = BeforePreviousInsertions;92 bool BeforePreviousInsertions = false) {97 Hint.BeforePreviousInsertions = BeforePreviousInsertions;
150 Hint.BeforePreviousInsertions); in HandleDiagnostic()159 /*afterToken=*/false, Hint.BeforePreviousInsertions); in HandleDiagnostic()
103 Hint.BeforePreviousInsertions); in mergeFixits()112 /*afterToken=*/false, Hint.BeforePreviousInsertions); in mergeFixits()
1276 OutFix.BeforePreviousInsertions = InFix.BeforePreviousInsertions; in makeStandaloneFixIt()
72 bool BeforePreviousInsertions; member