Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Rewrite/Frontend/
H A DFrontendActions.h50 class FixItRecompile : public WrapperFrontendAction {
52 FixItRecompile(std::unique_ptr<FrontendAction> WrappedAction) in FixItRecompile() function
/freebsd/contrib/llvm-project/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp185 Act = std::make_unique<FixItRecompile>(std::move(Act)); in CreateFrontendAction()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp114 bool FixItRecompile::BeginInvocation(CompilerInstance &CI) { in BeginInvocation()