Searched refs:ASTWriter (Results 1 - 16 of 16) sorted by relevance

/external/clang/lib/Serialization/
H A DAndroid.mk32 ASTWriter.cpp \
H A DASTWriter.cpp1 //===--- ASTWriter.cpp - AST File Writer ----------------------------------===//
10 // This file defines the ASTWriter class, which writes AST files.
14 #include "clang/Serialization/ASTWriter.h"
77 ASTWriter &Writer;
78 ASTWriter::RecordDataImpl &Record;
84 ASTTypeWriter(ASTWriter &Writer, ASTWriter::RecordDataImpl &Record)
419 ASTWriter &Writer;
420 ASTWriter::RecordDataImpl &Record;
423 TypeLocWriter(ASTWriter
3748 ASTWriter::ASTWriter(llvm::BitstreamWriter &Stream) function in class:ASTWriter
[all...]
H A DASTWriterStmt.cpp14 #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
[all...]
H A DASTWriterDecl.cpp14 #include "clang/Serialization/ASTWriter.h"
36 ASTWriter &Writer;
38 typedef ASTWriter::RecordData RecordData;
45 ASTDeclWriter(ASTWriter &Writer, ASTContext &Context, RecordData &Record)
898 ASTWriter::UpdateRecord &Record = Writer.DeclUpdates[Parent];
1431 // ASTWriter Implementation
1434 void ASTWriter::WriteDeclsBlockAbbrevs() {
1812 void ASTWriter::WriteDecl(ASTContext &Context, Decl *D) {
/external/clang/include/clang/Serialization/
H A DASTWriter.h1 //===--- ASTWriter.h - AST File Writer --------------------------*- C++ -*-===//
10 // This file defines the ASTWriter class, which writes an AST file
74 /// The ASTWriter class produces a bitstream containing the serialized
78 class ASTWriter : public ASTDeserializationListener, class in namespace:clang
360 /// \brief Statements collection to use for ASTWriter::AddStmt().
485 ASTWriter(llvm::BitstreamWriter &Stream);
486 ~ASTWriter();
753 ASTWriter Writer;
758 ASTWriter &getWriter() { return Writer; }
759 const ASTWriter
[all...]
H A DASTReader.h83 class ASTWriter;
223 /// The ASTReader class reads bitstreams (produced by the ASTWriter
273 friend class ASTWriter;
/external/clang/include/clang/Basic/
H A DSourceLocation.h60 friend class ASTWriter;
91 friend class ASTWriter;
H A DSourceManager.h63 class ASTWriter;
254 friend class clang::ASTWriter;
1635 friend class ASTWriter;
H A DDiagnostic.h800 friend class ASTWriter;
/external/clang/include/clang/Lex/
H A DPreprocessingRecord.h595 friend class ASTWriter;
/external/clang/lib/Frontend/
H A DASTUnit.cpp33 #include "clang/Serialization/ASTWriter.h"
187 ASTWriter Writer;
2552 static bool serializeUnit(ASTWriter &Writer,
2575 ASTWriter Writer(Stream);
/external/clang/include/clang/AST/
H A DDeclBase.h995 friend class ASTWriter;
H A DASTContext.h398 friend class ASTWriter;
H A DDeclCXX.h1605 friend class ASTWriter;
H A DType.h1803 friend class ASTWriter;
/external/clang/include/clang/Sema/
H A DSema.h68 class ASTWriter;
7767 friend class ASTWriter;

Completed in 133 milliseconds