HomeSort by: relevance | last modified time | path
    Searched refs:FixItRecompile (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Rewrite/Frontend/
FrontendActions.h 50 class FixItRecompile : public WrapperFrontendAction {
52 FixItRecompile(std::unique_ptr<FrontendAction> WrappedAction)
  /src/external/apache2/llvm/dist/clang/lib/FrontendTool/
ExecuteCompilerInvocation.cpp 146 Act = std::make_unique<FixItRecompile>(std::move(Act));
  /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
FrontendActions.cpp 115 bool FixItRecompile::BeginInvocation(CompilerInstance &CI) {

Completed in 549 milliseconds