Home
last modified time | relevance | path

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

/external/clang/lib/Serialization/
DASTWriter.cpp81 ASTWriter &Writer;
82 ASTWriter::RecordDataImpl &Record;
90 ASTTypeWriter(ASTWriter &Writer, ASTWriter::RecordDataImpl &Record) in ASTTypeWriter()
206 static void addExceptionSpec(ASTWriter &Writer, const FunctionProtoType *T, in addExceptionSpec()
207 ASTWriter::RecordDataImpl &Record) { in addExceptionSpec()
445 ASTWriter &Writer;
446 ASTWriter::RecordDataImpl &Record;
449 TypeLocWriter(ASTWriter &Writer, ASTWriter::RecordDataImpl &Record) in TypeLocWriter()
665 void ASTWriter::WriteTypeAbbrevs() { in WriteTypeAbbrevs()
705 ASTWriter::RecordDataImpl &Record) { in EmitBlockID()
[all …]
DCMakeLists.txt12 ASTWriter.cpp
DAndroid.mk25 ASTWriter.cpp \
DASTWriterStmt.cpp33 ASTWriter &Writer;
34 ASTWriter::RecordData &Record;
40 ASTStmtWriter(ASTWriter &Writer, ASTWriter::RecordData &Record) in ASTStmtWriter()
1690 ASTWriter::RecordData &Record;
1692 OMPClauseWriter(ASTStmtWriter *W, ASTWriter::RecordData &Record) in OMPClauseWriter()
2086 unsigned ASTWriter::RecordSwitchCaseID(SwitchCase *S) { in RecordSwitchCaseID()
2094 unsigned ASTWriter::getSwitchCaseID(SwitchCase *S) { in getSwitchCaseID()
2100 void ASTWriter::ClearSwitchCaseIDs() { in ClearSwitchCaseIDs()
2106 void ASTWriter::WriteSubStmt(Stmt *S, in WriteSubStmt()
2178 void ASTWriter::FlushStmts() { in FlushStmts()
DASTWriterDecl.cpp36 ASTWriter &Writer;
38 typedef ASTWriter::RecordData RecordData;
45 ASTDeclWriter(ASTWriter &Writer, ASTContext &Context, RecordData &Record) in ASTDeclWriter()
1022 ASTWriter::DeclUpdate(UPD_CXX_ADDED_ANONYMOUS_NAMESPACE, D)); in VisitNamespaceDecl()
1546 void ASTWriter::WriteDeclAbbrevs() { in WriteDeclAbbrevs()
2012 void ASTWriter::WriteDecl(ASTContext &Context, Decl *D) { in WriteDecl()
2099 void ASTWriter::AddFunctionDefinition(const FunctionDecl *FD, in AddFunctionDefinition()
/external/clang/include/clang/Serialization/
DASTWriter.h79 class ASTWriter : public ASTDeserializationListener,
561 ASTWriter(llvm::BitstreamWriter &Stream);
562 ~ASTWriter() override;
872 ASTWriter Writer;
877 ASTWriter &getWriter() { return Writer; } in getWriter()
878 const ASTWriter &getWriter() const { return Writer; } in getWriter()
DASTReader.h83 class ASTWriter; variable
342 friend class ASTWriter; variable
/external/clang/include/clang/Basic/
DSourceLocation.h60 friend class ASTWriter; variable
91 friend class ASTWriter; variable
DSourceManager.h64 class ASTWriter; variable
255 friend class clang::ASTWriter;
1644 friend class ASTWriter; variable
DDiagnostic.h815 friend class ASTWriter; variable
/external/clang/include/clang/Lex/
DPreprocessingRecord.h523 friend class ASTWriter; variable
/external/clang/lib/Frontend/
DASTUnit.cpp186 ASTWriter Writer;
2458 static bool serializeUnit(ASTWriter &Writer, in serializeUnit()
2481 ASTWriter Writer(Stream); in serialize()
/external/llvm/docs/TableGen/
DBackEnds.rst277 the ``ASTWriter::WriteAttributes`` function.
/external/clang/include/clang/AST/
DDeclBase.h1128 friend class ASTWriter; variable
DASTContext.h421 friend class ASTWriter; variable
DDeclCXX.h1706 friend class ASTWriter; variable
DType.h1830 friend class ASTWriter;
/external/clang/patches/
D0004-Add-Android-build-system.patch1457 + ASTWriter.cpp \
/external/clang/include/clang/Sema/
DSema.h70 class ASTWriter; variable
8630 friend class ASTWriter; variable