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