Searched refs:BeforePreviousInsertions (Results 1 – 5 of 5) sorted by relevance
66 bool BeforePreviousInsertions; variable70 FixItHint() : BeforePreviousInsertions(false) { } in FixItHint()80 bool BeforePreviousInsertions = false) {85 Hint.BeforePreviousInsertions = BeforePreviousInsertions;93 bool BeforePreviousInsertions = false) {98 Hint.BeforePreviousInsertions = BeforePreviousInsertions;
157 Hint.BeforePreviousInsertions); in HandleDiagnostic()166 /*afterToken=*/false, Hint.BeforePreviousInsertions); in HandleDiagnostic()
103 Hint.BeforePreviousInsertions); in mergeFixits()112 /*afterToken=*/false, Hint.BeforePreviousInsertions); in mergeFixits()
1293 OutFix.BeforePreviousInsertions = InFix.BeforePreviousInsertions; in makeStandaloneFixIt()
74 bool BeforePreviousInsertions; member