clang
15.0.0git
|
#include "clang/AST/ASTConsumer.h"
Go to the source code of this file.
Classes | |
class | clang::CodeGenerator |
The primary public interface to the Clang code generator. More... | |
Namespaces | |
llvm | |
YAML serialization mapping. | |
clang | |
clang::CodeGen | |
Functions | |
CodeGenerator * | clang::CreateLLVMCodeGen (DiagnosticsEngine &Diags, llvm::StringRef ModuleName, const HeaderSearchOptions &HeaderSearchOpts, const PreprocessorOptions &PreprocessorOpts, const CodeGenOptions &CGO, llvm::LLVMContext &C, CoverageSourceInfo *CoverageInfo=nullptr) |
CreateLLVMCodeGen - Create a CodeGenerator instance. More... | |