Lines Matching refs:FixIts
102 std::vector<FixItHint> FixIts; in EndOfMainFile() local
104 Ifndef, Define, EndIf, FileName, CurHeaderGuard, FixIts); in EndOfMainFile()
108 checkEndifComment(FileName, EndIf, NewGuard, FixIts); in EndOfMainFile()
112 if (!FixIts.empty()) { in EndOfMainFile()
115 << FixIts; in EndOfMainFile()
119 << FixIts; in EndOfMainFile()
165 std::vector<FixItHint> &FixIts) { in checkHeaderGuardDefinition() argument
174 FixIts.push_back(FixItHint::CreateReplacement( in checkHeaderGuardDefinition()
178 FixIts.push_back(FixItHint::CreateReplacement( in checkHeaderGuardDefinition()
191 std::vector<FixItHint> &FixIts) { in checkEndifComment() argument
194 FixIts.push_back(FixItHint::CreateReplacement( in checkEndifComment()