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 32 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"
77 ASTWriter &Writer;
78 ASTWriter::RecordDataImpl &Record;
84 ASTTypeWriter(ASTWriter &Writer, ASTWriter::RecordDataImpl &Record)
419 ASTWriter &Writer;
420 ASTWriter::RecordDataImpl &Record;
423 TypeLocWriter(ASTWriter &Writer, ASTWriter::RecordDataImpl &Record
    [all...]
ASTWriterStmt.cpp 14 #include "clang/Serialization/ASTWriter.h"
32 ASTWriter &Writer;
33 ASTWriter::RecordData &Record;
39 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)
    [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
74 /// The ASTWriter class produces a bitstream containing the serialized
78 class ASTWriter : public ASTDeserializationListener,
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 &getWriter() const { return Writer;
    [all...]
ASTReader.h 83 class ASTWriter;
223 /// The ASTReader class reads bitstreams (produced by the ASTWriter
273 friend class ASTWriter;
    [all...]
  /external/clang/include/clang/Basic/
SourceLocation.h 60 friend class ASTWriter;
91 friend class ASTWriter;
SourceManager.h 63 class ASTWriter;
254 friend class clang::ASTWriter;
    [all...]
Diagnostic.h 800 friend class ASTWriter;
    [all...]
  /external/clang/include/clang/Lex/
PreprocessingRecord.h 595 friend class ASTWriter;
  /external/clang/lib/Frontend/
ASTUnit.cpp 33 #include "clang/Serialization/ASTWriter.h"
187 ASTWriter Writer;
    [all...]
  /external/clang/include/clang/AST/
DeclBase.h     [all...]
ASTContext.h 398 friend class ASTWriter;
    [all...]
DeclCXX.h     [all...]
Type.h     [all...]
  /external/clang/include/clang/Sema/
Sema.h 68 class ASTWriter;
    [all...]

Completed in 3155 milliseconds