Home | History | Annotate | Download | only in FrontendTool

Lines Matching refs:frontend

18 #include "clang/Frontend/CompilerInstance.h"
19 #include "clang/Frontend/CompilerInvocation.h"
20 #include "clang/Frontend/FrontendActions.h"
21 #include "clang/Frontend/FrontendDiagnostic.h"
22 #include "clang/Frontend/FrontendPluginRegistry.h"
23 #include "clang/Frontend/Utils.h"
25 #include "clang/Rewrite/Frontend/FrontendActions.h"
26 #include "clang/StaticAnalyzer/Frontend/AnalyzerHelpFlags.h"
27 #include "clang/StaticAnalyzer/Frontend/FrontendActions.h"
40 using namespace clang::frontend;
150 if (CI.getFrontendOpts().ProgramAction != frontend::MigrateSource &&
151 CI.getFrontendOpts().ProgramAction != frontend::GeneratePCH) {
178 // If there are any AST files to merge, create a frontend action
219 Clang->getFrontendOpts().ProgramAction = clang::frontend::PluginAction;
274 // Create and execute the frontend action.