clang 17.0.0git
Classes | Namespaces | Functions
IncrementalParser.cpp File Reference
#include "IncrementalParser.h"
#include "clang/AST/DeclContextInternals.h"
#include "clang/CodeGen/BackendUtil.h"
#include "clang/CodeGen/CodeGenAction.h"
#include "clang/CodeGen/ModuleBuilder.h"
#include "clang/Frontend/CompilerInstance.h"
#include "clang/Frontend/FrontendAction.h"
#include "clang/FrontendTool/Utils.h"
#include "clang/Parse/Parser.h"
#include "clang/Sema/Sema.h"
#include "llvm/Option/ArgList.h"
#include "llvm/Support/CrashRecoveryContext.h"
#include "llvm/Support/Error.h"
#include "llvm/Support/Timer.h"
#include <sstream>
Include dependency graph for IncrementalParser.cpp:

Go to the source code of this file.

Classes

class  clang::IncrementalAction
 A custom action enabling the incremental processing functionality. More...
 

Namespaces

namespace  clang
 

Functions

static CodeGenerator * clang::getCodeGen (FrontendAction *Act)