clang API Documentation

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

List of all members.

Public Member Functions

 ASTStmtReader (ASTReader &Reader, ModuleFile &F, llvm::BitstreamCursor &Cursor, const ASTReader::RecordData &Record, unsigned &Idx)
void ReadTemplateKWAndArgsInfo (ASTTemplateKWAndArgsInfo &Args, unsigned NumTemplateArgs)
 Read and initialize a ExplicitTemplateArgumentList structure.
void ReadExplicitTemplateArgumentList (ASTTemplateArgumentListInfo &ArgList, unsigned NumTemplateArgs)
 Read and initialize a ExplicitTemplateArgumentList structure.
void VisitStmt (Stmt *S)

Static Public Attributes

static const unsigned NumStmtFields = 0
 The number of record fields required for the Stmt class itself.
static const unsigned NumExprFields = NumStmtFields + 7
 The number of record fields required for the Expr class itself.

Friends

class OMPClauseReader

Detailed Description

Definition at line 27 of file ASTReaderStmt.cpp.


Constructor & Destructor Documentation

clang::ASTStmtReader::ASTStmtReader ( ASTReader Reader,
ModuleFile &  F,
llvm::BitstreamCursor &  Cursor,
const ASTReader::RecordData Record,
unsigned Idx 
) [inline]

Definition at line 81 of file ASTReaderStmt.cpp.


Member Function Documentation

Read and initialize a ExplicitTemplateArgumentList structure.

Definition at line 121 of file ASTReaderStmt.cpp.


Friends And Related Function Documentation

friend class OMPClauseReader [friend]

Definition at line 28 of file ASTReaderStmt.cpp.


Member Data Documentation

The number of record fields required for the Expr class itself.

Definition at line 92 of file ASTReaderStmt.cpp.

The number of record fields required for the Stmt class itself.

Definition at line 88 of file ASTReaderStmt.cpp.


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