clang  3.9.0
Public Member Functions | List of all members
clang::ASTTypeWriter Class Reference

Public Member Functions

 ASTTypeWriter (ASTWriter &Writer, ASTWriter::RecordDataImpl &Record)
 
uint64_t Emit ()
 
void Visit (QualType T)
 
void VisitArrayType (const ArrayType *T)
 
void VisitFunctionType (const FunctionType *T)
 
void VisitTagType (const TagType *T)
 

Detailed Description

Definition at line 86 of file ASTWriter.cpp.

Constructor & Destructor Documentation

clang::ASTTypeWriter::ASTTypeWriter ( ASTWriter Writer,
ASTWriter::RecordDataImpl Record 
)
inline

Definition at line 96 of file ASTWriter.cpp.

Member Function Documentation

uint64_t clang::ASTTypeWriter::Emit ( )
inline

Definition at line 99 of file ASTWriter.cpp.

void clang::ASTTypeWriter::Visit ( QualType  T)
inline
void ASTTypeWriter::VisitArrayType ( const ArrayType T)
void ASTTypeWriter::VisitFunctionType ( const FunctionType T)
void ASTTypeWriter::VisitTagType ( const TagType T)

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