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

  /external/clang/include/clang/Serialization/
ModuleFileExtension.h 27 class ASTWriter;
89 createExtensionWriter(ASTWriter &Writer) = 0;
ASTWriter.h 1 //===--- ASTWriter.h - AST File Writer --------------------------*- C++ -*-===//
10 // This file defines the ASTWriter class, which writes an AST file
80 /// The ASTWriter class produces a bitstream containing the serialized
84 class ASTWriter : public ASTDeserializationListener,
416 /// \brief Statements collection to use for ASTWriter::AddStmt().
585 ASTWriter(llvm::BitstreamWriter &Stream,
588 ~ASTWriter() override;
    [all...]
ASTReader.h 87 class ASTWriter;
302 /// The ASTReader class reads bitstreams (produced by the ASTWriter
352 friend class ASTWriter;
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 1 //===--- ASTWriter.cpp - AST File Writer ------------------------*- C++ -*-===//
10 // This file defines the ASTWriter class, which writes AST files.
14 #include "clang/Serialization/ASTWriter.h"
86 ASTWriter &Writer;
87 ASTWriter::RecordDataImpl &Record;
95 ASTTypeWriter(ASTWriter &Writer, ASTWriter::RecordDataImpl &Record)
211 static void addExceptionSpec(ASTWriter &Writer, const FunctionProtoType *T,
212 ASTWriter::RecordDataImpl &Record) {
452 ASTWriter &Writer
    [all...]
Android.mk 25 ASTWriter.cpp \
ASTWriterStmt.cpp 15 #include "clang/Serialization/ASTWriter.h"
33 ASTWriter &Writer;
34 ASTWriter::RecordData &Record;
40 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)
251 Writer.DeclUpdates[Template].push_back(ASTWriter::DeclUpdate(
    [all...]
  /external/clang/lib/Frontend/
TestModuleFileExtension.h 62 createExtensionWriter(ASTWriter &Writer) override;
TestModuleFileExtension.cpp 101 TestModuleFileExtension::createExtensionWriter(ASTWriter &) {
ASTUnit.cpp 35 #include "clang/Serialization/ASTWriter.h"
187 ASTWriter Writer;
    [all...]
  /external/clang/include/clang/Basic/
SourceLocation.h 61 friend class ASTWriter;
92 friend class ASTWriter;
SourceManager.h 65 class ASTWriter;
261 friend class clang::ASTWriter;
    [all...]
Diagnostic.h 816 friend class ASTWriter;
    [all...]
  /external/clang/include/clang/Lex/
PreprocessingRecord.h 522 friend class ASTWriter;
  /external/clang/include/clang/AST/
DeclBase.h     [all...]
ASTContext.h 441 friend class ASTWriter;
    [all...]
DeclCXX.h     [all...]
Type.h     [all...]
  /external/clang/include/clang/Sema/
Sema.h 70 class ASTWriter;
    [all...]

Completed in 1502 milliseconds