Searched refs:FixItRecompile (Results 1 – 3 of 3) sorted by relevance
50 class FixItRecompile : public WrapperFrontendAction {52 FixItRecompile(std::unique_ptr<FrontendAction> WrappedAction) in FixItRecompile() function
185 Act = std::make_unique<FixItRecompile>(std::move(Act)); in CreateFrontendAction()
114 bool FixItRecompile::BeginInvocation(CompilerInstance &CI) { in BeginInvocation()