clang 22.0.0git
ASTWriterStmt.cpp File Reference

Implements serialization for Statements and Expressions. More...

#include "clang/AST/ASTConcept.h"
#include "clang/AST/ASTContext.h"
#include "clang/AST/DeclCXX.h"
#include "clang/AST/DeclObjC.h"
#include "clang/AST/DeclTemplate.h"
#include "clang/AST/ExprOpenMP.h"
#include "clang/AST/StmtVisitor.h"
#include "clang/Serialization/ASTReader.h"
#include "clang/Serialization/ASTRecordWriter.h"
#include "llvm/Bitstream/BitstreamWriter.h"
#include "clang/AST/StmtNodes.inc"

Go to the source code of this file.

Classes

class  clang::ASTStmtWriter

Namespaces

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

Macros

#define STMT(Type, Base)

Functions

static void addConstraintSatisfaction (ASTRecordWriter &Record, const ASTConstraintSatisfaction &Satisfaction)
static void addSubstitutionDiagnostic (ASTRecordWriter &Record, const concepts::Requirement::SubstitutionDiagnostic *D)

Detailed Description

Implements serialization for Statements and Expressions.

Definition in file ASTWriterStmt.cpp.

Macro Definition Documentation

◆ STMT

#define STMT ( Type,
Base )
Value:
void Visit##Type(Type *);
The base class of the type hierarchy.
Definition TypeBase.h:1833
@ Type
The name was classified as a type.
Definition Sema.h:562

Definition at line 113 of file ASTWriterStmt.cpp.

Function Documentation

◆ addConstraintSatisfaction()

◆ addSubstitutionDiagnostic()