clang API Documentation

Public Member Functions | Public Attributes | Friends
clang::ASTStmtWriter Class Reference
Inheritance diagram for clang::ASTStmtWriter:
Inheritance graph
[legend]
Collaboration diagram for clang::ASTStmtWriter:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 ASTStmtWriter (ASTWriter &Writer, ASTWriter::RecordData &Record)
void AddTemplateKWAndArgsInfo (const ASTTemplateKWAndArgsInfo &Args)
void VisitStmt (Stmt *S)

Public Attributes

serialization::StmtCode Code
unsigned AbbrevToUse

Friends

class OMPClauseWriter

Detailed Description

Definition at line 31 of file ASTWriterStmt.cpp.


Constructor & Destructor Documentation

Definition at line 40 of file ASTWriterStmt.cpp.


Member Function Documentation

Definition at line 61 of file ASTWriterStmt.cpp.


Friends And Related Function Documentation

friend class OMPClauseWriter [friend]

Definition at line 32 of file ASTWriterStmt.cpp.


Member Data Documentation

Definition at line 38 of file ASTWriterStmt.cpp.

Definition at line 37 of file ASTWriterStmt.cpp.


The documentation for this class was generated from the following file: