Home
last modified time | relevance | path

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

/external/clang/lib/Serialization/
DASTWriter.cpp74 ASTWriter &Writer;
75 ASTWriter::RecordDataImpl &Record;
81 ASTTypeWriter(ASTWriter &Writer, ASTWriter::RecordDataImpl &Record) in ASTTypeWriter()
395 ASTWriter &Writer;
396 ASTWriter::RecordDataImpl &Record;
399 TypeLocWriter(ASTWriter &Writer, ASTWriter::RecordDataImpl &Record) in TypeLocWriter()
607 ASTWriter::RecordDataImpl &Record) { in EmitBlockID()
622 ASTWriter::RecordDataImpl &Record) { in EmitRecordID()
631 ASTWriter::RecordDataImpl &Record) { in AddStmtsExprs()
736 void ASTWriter::WriteBlockInfoBlock() { in WriteBlockInfoBlock()
[all …]
DCMakeLists.txt9 ASTWriter.cpp
DAndroid.mk28 ASTWriter.cpp \
DASTWriterStmt.cpp28 ASTWriter &Writer;
29 ASTWriter::RecordData &Record;
35 ASTStmtWriter(ASTWriter &Writer, ASTWriter::RecordData &Record) in ASTStmtWriter()
1394 unsigned ASTWriter::RecordSwitchCaseID(SwitchCase *S) { in RecordSwitchCaseID()
1402 unsigned ASTWriter::getSwitchCaseID(SwitchCase *S) { in getSwitchCaseID()
1408 void ASTWriter::ClearSwitchCaseIDs() { in ClearSwitchCaseIDs()
1412 unsigned ASTWriter::getOpaqueValueID(OpaqueValueExpr *e) { in getOpaqueValueID()
1420 void ASTWriter::WriteSubStmt(Stmt *S) { in WriteSubStmt()
1462 void ASTWriter::FlushStmts() { in FlushStmts()
DASTWriterDecl.cpp34 ASTWriter &Writer;
36 typedef ASTWriter::RecordData RecordData;
43 ASTDeclWriter(ASTWriter &Writer, ASTContext &Context, RecordData &Record) in ASTDeclWriter()
823 ASTWriter::UpdateRecord &Record = Writer.DeclUpdates[Parent]; in VisitNamespaceDecl()
1247 void ASTWriter::WriteDeclsBlockAbbrevs() { in WriteDeclsBlockAbbrevs()
1602 void ASTWriter::WriteDecl(ASTContext &Context, Decl *D) { in WriteDecl()
/external/clang/include/clang/Serialization/
DASTWriter.h67 class ASTWriter : public ASTDeserializationListener,
366 ASTWriter(llvm::BitstreamWriter &Stream);
625 ASTWriter Writer;
629 ASTWriter &getWriter() { return Writer; } in getWriter()
630 const ASTWriter &getWriter() const { return Writer; } in getWriter()
DASTReader.h69 class ASTWriter; variable
197 friend class ASTWriter; variable
/external/clang/include/clang/Basic/
DSourceLocation.h58 friend class ASTWriter; variable
DDiagnostic.h634 friend class ASTWriter; variable
/external/clang/clang.xcodeproj/
Dproject.pbxproj307ASTWriter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; na…
313 …B4DE600DCE3B7 /* ASTWriter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =…
1014 574F4C25121B4EF000AEAC20 /* ASTWriter.h */,
1025 57F6660F121B4DE600DCE3B7 /* ASTWriter.cpp */,
/external/clang/include/clang/AST/
DDeclCXX.h1229 friend class ASTWriter;
DType.h1643 friend class ASTWriter;
/external/clang/lib/Frontend/
DASTUnit.cpp2335 ASTWriter Writer(Stream); in serialize()
/external/clang/include/clang/Sema/
DSema.h51 class ASTWriter; variable
5954 friend class ASTWriter; variable