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

  /external/clang/include/clang/Serialization/
ASTReader.h 320 typedef SmallVector<uint64_t, 64> RecordData;
    [all...]
ASTWriter.h 87 typedef SmallVector<uint64_t, 64> RecordData;
576 void AddFunctionDefinition(const FunctionDecl *FD, RecordData &Record);
    [all...]
  /external/clang/lib/Frontend/
SerializedDiagnosticPrinter.cpp 52 typedef SmallVector<uint64_t, 64> RecordData;
131 std::error_code adjustSourceLocFilename(RecordData &Record,
134 void adjustAbbrevID(RecordData &Record, AbbrevLookup &Lookup,
137 void writeRecordWithAbbrev(unsigned ID, RecordData &Record);
139 void writeRecordWithBlob(unsigned ID, RecordData &Record, StringRef Blob);
277 RecordData Record;
398 RecordData::value_type Record[] = {RECORD_FILENAME, entry, 0 /* For legacy */,
445 RecordData &Record = State->Record;
534 RecordData::value_type Record[] = {RECORD_VERSION, VersionNumber};
546 RecordData::value_type Record[] = {RECORD_CATEGORY, category, catName.size()}
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 870 RecordData Record;
    [all...]
ASTReader.cpp     [all...]
ASTReaderDecl.cpp 43 typedef ASTReader::RecordData RecordData;
44 const RecordData &Record;
55 SourceLocation ReadSourceLocation(const RecordData &R, unsigned &I) {
59 SourceRange ReadSourceRange(const RecordData &R, unsigned &I) {
63 TypeSourceInfo *GetTypeSourceInfo(const RecordData &R, unsigned &I) {
67 serialization::DeclID ReadDeclID(const RecordData &R, unsigned &I) {
76 Decl *ReadDecl(const RecordData &R, unsigned &I) {
81 T *ReadDeclAs(const RecordData &R, unsigned &I) {
86 const RecordData &R, unsigned &I)
    [all...]
ASTReaderStmt.cpp 29 typedef ASTReader::RecordData RecordData;
34 const ASTReader::RecordData &Record;
37 Token ReadToken(const RecordData &R, unsigned &I) {
41 SourceLocation ReadSourceLocation(const RecordData &R, unsigned &I) {
45 SourceRange ReadSourceRange(const RecordData &R, unsigned &I) {
49 std::string ReadString(const RecordData &R, unsigned &I) {
53 TypeSourceInfo *GetTypeSourceInfo(const RecordData &R, unsigned &I) {
57 serialization::DeclID ReadDeclID(const RecordData &R, unsigned &I) {
61 Decl *ReadDecl(const RecordData &R, unsigned &I)
    [all...]
ASTWriterDecl.cpp 38 typedef ASTWriter::RecordData RecordData;
39 RecordData &Record;
45 ASTDeclWriter(ASTWriter &Writer, ASTContext &Context, RecordData &Record)
    [all...]
ASTWriterStmt.cpp 34 ASTWriter::RecordData &Record;
40 ASTStmtWriter(ASTWriter &Writer, ASTWriter::RecordData &Record)
    [all...]

Completed in 164 milliseconds