Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/lib/Serialization/
HDASTWriter.cpp77 ASTWriter &Writer;
78 ASTWriter::RecordDataImpl &Record;
84 ASTTypeWriter(ASTWriter &Writer, ASTWriter::RecordDataImpl &Record) in ASTTypeWriter()
419 ASTWriter &Writer;
420 ASTWriter::RecordDataImpl &Record;
423 TypeLocWriter(ASTWriter &Writer, ASTWriter::RecordDataImpl &Record) in TypeLocWriter()
642 ASTWriter::RecordDataImpl &Record) { in EmitBlockID()
657 ASTWriter::RecordDataImpl &Record) { in EmitRecordID()
666 ASTWriter::RecordDataImpl &Record) { in AddStmtsExprs()
778 void ASTWriter::WriteBlockInfoBlock() { in WriteBlockInfoBlock()
[all …]
HDASTWriterStmt.cpp33 ASTWriter &Writer;
34 ASTWriter::RecordData &Record;
40 ASTStmtWriter(ASTWriter &Writer, ASTWriter::RecordData &Record) in ASTStmtWriter()
1682 ASTWriter::RecordData &Record;
1684 OMPClauseWriter(ASTStmtWriter *W, ASTWriter::RecordData &Record) in OMPClauseWriter()
1757 unsigned ASTWriter::RecordSwitchCaseID(SwitchCase *S) { in RecordSwitchCaseID()
1765 unsigned ASTWriter::getSwitchCaseID(SwitchCase *S) { in getSwitchCaseID()
1771 void ASTWriter::ClearSwitchCaseIDs() { in ClearSwitchCaseIDs()
1777 void ASTWriter::WriteSubStmt(Stmt *S, in WriteSubStmt()
1849 void ASTWriter::FlushStmts() { in FlushStmts()
HDASTWriterDecl.cpp36 ASTWriter &Writer;
38 typedef ASTWriter::RecordData RecordData;
45 ASTDeclWriter(ASTWriter &Writer, ASTContext &Context, RecordData &Record) in ASTDeclWriter()
914 ASTWriter::UpdateRecord &Record = Writer.DeclUpdates[Parent]; in VisitNamespaceDecl()
1443 void ASTWriter::WriteDeclsBlockAbbrevs() { in WriteDeclsBlockAbbrevs()
1827 void ASTWriter::WriteDecl(ASTContext &Context, Decl *D) { in WriteDecl()
/trueos/contrib/llvm/tools/clang/include/clang/Serialization/
HDASTWriter.h78 class ASTWriter : public ASTDeserializationListener,
486 ASTWriter(llvm::BitstreamWriter &Stream);
487 ~ASTWriter();
760 ASTWriter Writer;
765 ASTWriter &getWriter() { return Writer; } in getWriter()
766 const ASTWriter &getWriter() const { return Writer; } in getWriter()
HDASTReader.h83 class ASTWriter; variable
274 friend class ASTWriter; variable
/trueos/lib/clang/libclangserialization/
HDMakefile12 ASTWriter.cpp \
/trueos/contrib/llvm/tools/clang/include/clang/Basic/
HDSourceLocation.h60 friend class ASTWriter; variable
91 friend class ASTWriter; variable
HDSourceManager.h63 class ASTWriter; variable
254 friend class clang::ASTWriter;
1649 friend class ASTWriter; variable
HDDiagnostic.h799 friend class ASTWriter; variable
/trueos/contrib/llvm/tools/clang/include/clang/Lex/
HDPreprocessingRecord.h595 friend class ASTWriter; variable
/trueos/contrib/llvm/tools/clang/lib/Frontend/
HDASTUnit.cpp188 ASTWriter Writer;
2565 static bool serializeUnit(ASTWriter &Writer, in serializeUnit()
2588 ASTWriter Writer(Stream); in serialize()
/trueos/contrib/llvm/tools/clang/include/clang/AST/
HDDeclBase.h1040 friend class ASTWriter; variable
HDASTContext.h407 friend class ASTWriter; variable
HDDeclCXX.h1631 friend class ASTWriter; variable
HDType.h1803 friend class ASTWriter;
/trueos/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h68 class ASTWriter; variable
7981 friend class ASTWriter; variable