Home
last modified time | relevance | path

Searched refs:FixItRecompile (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/Rewrite/Frontend/
DFrontendActions.h51 class FixItRecompile : public WrapperFrontendAction {
53 FixItRecompile(FrontendAction *WrappedAction) in FixItRecompile() function
/external/clang/lib/Frontend/Rewrite/
DFrontendActions.cpp107 bool FixItRecompile::BeginInvocation(CompilerInstance &CI) { in BeginInvocation()
/external/clang/lib/FrontendTool/
DExecuteCompilerInvocation.cpp125 Act = new FixItRecompile(Act); in CreateFrontendAction()