#include "clang/AST/ASTDumperUtils.h"
#include "clang/Basic/LangStandard.h"
#include "clang/Frontend/CommandLineSourceLoc.h"
#include "clang/Sema/CodeCompleteOptions.h"
#include "clang/Serialization/ModuleFileExtension.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/MemoryBuffer.h"
#include <cassert>
#include <map>
#include <memory>
#include <string>
#include <vector>
Go to the source code of this file.
|
enum | clang::frontend::ActionKind {
clang::frontend::ASTDeclList,
clang::frontend::ASTDump,
clang::frontend::ASTPrint,
clang::frontend::ASTView,
clang::frontend::DumpCompilerOptions,
clang::frontend::DumpRawTokens,
clang::frontend::DumpTokens,
clang::frontend::EmitAssembly,
clang::frontend::EmitBC,
clang::frontend::EmitHTML,
clang::frontend::EmitLLVM,
clang::frontend::EmitLLVMOnly,
clang::frontend::EmitCodeGenOnly,
clang::frontend::EmitObj,
clang::frontend::ExtractAPI,
clang::frontend::FixIt,
clang::frontend::GenerateModule,
clang::frontend::GenerateModuleInterface,
clang::frontend::GenerateHeaderModule,
clang::frontend::GenerateHeaderUnit,
clang::frontend::GeneratePCH,
clang::frontend::GenerateInterfaceStubs,
clang::frontend::InitOnly,
clang::frontend::ModuleFileInfo,
clang::frontend::VerifyPCH,
clang::frontend::ParseSyntaxOnly,
clang::frontend::PluginAction,
clang::frontend::PrintPreamble,
clang::frontend::PrintPreprocessedInput,
clang::frontend::RewriteMacros,
clang::frontend::RewriteObjC,
clang::frontend::RewriteTest,
clang::frontend::RunAnalysis,
clang::frontend::TemplightDump,
clang::frontend::MigrateSource,
clang::frontend::RunPreprocessorOnly,
clang::frontend::PrintDependencyDirectivesSourceMinimizerOutput
} |
|