Home | History | Annotate | Download | only in Serialization

Lines Matching refs:ASTWriter

14 #include "clang/Serialization/ASTWriter.h"
32 ASTWriter &Writer;
33 ASTWriter::RecordData &Record;
39 ASTStmtWriter(ASTWriter &Writer, ASTWriter::RecordData &Record)
1671 ASTWriter::RecordData &Record;
1673 OMPClauseWriter(ASTStmtWriter *W, ASTWriter::RecordData &Record)
1725 // ASTWriter Implementation
1728 unsigned ASTWriter::RecordSwitchCaseID(SwitchCase *S) {
1736 unsigned ASTWriter::getSwitchCaseID(SwitchCase *S) {
1742 void ASTWriter::ClearSwitchCaseIDs() {
1748 void ASTWriter::WriteSubStmt(Stmt *S,
1786 // Redirect ASTWriter::AddStmt to collect sub stmts.
1803 // Revert ASTWriter::AddStmt.
1820 void ASTWriter::FlushStmts() {