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)
411 ASTWriter &Writer;
412 ASTWriter::RecordDataImpl &Record;
415 TypeLocWriter(ASTWriter &Writer, ASTWriter::RecordDataImpl &Record
    [all...]
ASTWriterStmt.cpp 14 #include "clang/Serialization/ASTWriter.h"
29 ASTWriter &Writer;
30 ASTWriter::RecordData &Record;
36 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
73 /// The ASTWriter class produces a bitstream containing the serialized
77 class ASTWriter : public ASTDeserializationListener,
355 /// \brief Statements collection to use for ASTWriter::AddStmt().
479 ASTWriter(llvm::BitstreamWriter &Stream);
480 ~ASTWriter();
741 ASTWriter Writer;
744 ASTWriter &getWriter() { return Writer; }
745 const ASTWriter &getWriter() const { return Writer;
    [all...]
ASTReader.h 82 class ASTWriter;
210 /// The ASTReader class reads bitstreams (produced by the ASTWriter
258 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 798 friend class ASTWriter;
    [all...]
  /external/clang/include/clang/Lex/
PreprocessingRecord.h 594 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 373 friend class ASTWriter;
    [all...]
DeclCXX.h     [all...]
Type.h     [all...]
  /external/clang/include/clang/Sema/
Sema.h 64 class ASTWriter;
    [all...]

Completed in 284 milliseconds