clang 22.0.0git
IncrementalParser.cpp File Reference
#include "IncrementalParser.h"
#include "IncrementalAction.h"
#include "clang/AST/DeclContextInternals.h"
#include "clang/Frontend/CompilerInstance.h"
#include "clang/Interpreter/PartialTranslationUnit.h"
#include "clang/Parse/Parser.h"
#include "clang/Sema/Sema.h"
#include "llvm/IR/Module.h"
#include "llvm/Support/CrashRecoveryContext.h"
#include "llvm/Support/Error.h"
#include <sstream>

Go to the source code of this file.

Namespaces

namespace  clang
 The JSON file list parser is used to communicate input to InstallAPI.

Macros

#define DEBUG_TYPE   "clang-repl"

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "clang-repl"

Definition at line 27 of file IncrementalParser.cpp.