HomeSort by relevance Sort by last modified time
    Searched refs:ASTWriter (Results 1 - 16 of 16) sorted by null

  /external/clang/lib/Serialization/
Android.mk 31 ASTWriter.cpp \
ASTWriter.cpp 1 //===--- ASTWriter.cpp - AST File Writer ----------------------------------===//
10 // This file defines the ASTWriter class, which writes AST files.
14 #include "clang/Serialization/ASTWriter.h"
73 ASTWriter &Writer;
74 ASTWriter::RecordDataImpl &Record;
80 ASTTypeWriter(ASTWriter &Writer, ASTWriter::RecordDataImpl &Record)
402 ASTWriter &Writer;
403 ASTWriter::RecordDataImpl &Record;
406 TypeLocWriter(ASTWriter &Writer, ASTWriter::RecordDataImpl &Record
    [all...]
ASTWriterStmt.cpp 14 #include "clang/Serialization/ASTWriter.h"
28 ASTWriter &Writer;
29 ASTWriter::RecordData &Record;
35 ASTStmtWriter(ASTWriter &Writer, ASTWriter::RecordData &Record)
    [all...]
ASTWriterDecl.cpp 14 #include "clang/Serialization/ASTWriter.h"
36 ASTWriter &Writer;
38 typedef ASTWriter::RecordData RecordData;
45 ASTDeclWriter(ASTWriter &Writer, ASTContext &Context, RecordData &Record)
853 ASTWriter::UpdateRecord &Record = Writer.DeclUpdates[Parent];
    [all...]
  /external/clang/include/clang/Serialization/
ASTWriter.h 1 //===--- ASTWriter.h - AST File Writer --------------------------*- C++ -*-===//
10 // This file defines the ASTWriter class, which writes an AST file
68 /// The ASTWriter class produces a bitstream containing the serialized
72 class ASTWriter : public ASTDeserializationListener,
335 /// \brief Statements collection to use for ASTWriter::AddStmt().
456 ASTWriter(llvm::BitstreamWriter &Stream);
457 ~ASTWriter();
719 ASTWriter Writer;
722 ASTWriter &getWriter() { return Writer; }
723 const ASTWriter &getWriter() const { return Writer;
    [all...]
ASTReader.h 76 class ASTWriter;
183 /// The ASTReader class reads bitstreams (produced by the ASTWriter
210 friend class ASTWriter;
    [all...]
  /external/clang/include/clang/Basic/
SourceLocation.h 58 friend class ASTWriter;
89 friend class ASTWriter;
SourceManager.h 38 class ASTWriter;
224 friend class clang::ASTWriter;
    [all...]
Diagnostic.h 722 friend class ASTWriter;
    [all...]
  /external/clang/include/clang/Lex/
PreprocessingRecord.h 623 friend class ASTWriter;
  /external/clang/include/clang/AST/
DeclBase.h     [all...]
ASTContext.h 373 friend class ASTWriter;
    [all...]
DeclCXX.h     [all...]
Type.h     [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 33 #include "clang/Serialization/ASTWriter.h"
    [all...]
  /external/clang/include/clang/Sema/
Sema.h 58 class ASTWriter;
    [all...]

Completed in 1437 milliseconds