Searched refs:FixItRecompile (Results 1 – 3 of 3) sorted by relevance
51 class FixItRecompile : public WrapperFrontendAction {53 FixItRecompile(FrontendAction *WrappedAction) in FixItRecompile() function
107 bool FixItRecompile::BeginInvocation(CompilerInstance &CI) { in BeginInvocation()
125 Act = new FixItRecompile(Act); in CreateFrontendAction()