Home
last modified time | relevance | path

Searched refs:RecordData (Results 1 – 9 of 9) sorted by relevance

/external/clang/include/clang/Serialization/
DASTReader.h320 typedef SmallVector<uint64_t, 64> RecordData; typedef
1138 bool ParseLineTable(ModuleFile &F, const RecordData &Record);
1142 ASTReadResult ReadModuleMapFileBlock(RecordData &Record, ModuleFile &F,
1147 static bool ParseLanguageOptions(const RecordData &Record, bool Complain,
1150 static bool ParseTargetOptions(const RecordData &Record, bool Complain,
1153 static bool ParseDiagnosticOptions(const RecordData &Record, bool Complain,
1155 static bool ParseFileSystemOptions(const RecordData &Record, bool Complain,
1157 static bool ParseHeaderSearchOptions(const RecordData &Record, bool Complain,
1159 static bool ParsePreprocessorOptions(const RecordData &Record, bool Complain,
1174 const RecordData &Record, unsigned &Index);
[all …]
DASTWriter.h87 typedef SmallVector<uint64_t, 64> RecordData; typedef
576 void AddFunctionDefinition(const FunctionDecl *FD, RecordData &Record);
/external/clang/lib/Frontend/
DSerializedDiagnosticPrinter.cpp52 typedef SmallVector<uint64_t, 64> RecordData; typedef
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 */, in getEmitFile()
445 RecordData &Record = State->Record; in EmitBlockInfoBlock()
534 RecordData::value_type Record[] = {RECORD_VERSION, VersionNumber}; in EmitMetaBlock()
546 RecordData::value_type Record[] = {RECORD_CATEGORY, category, catName.size()}; in getEmitCategory()
[all …]
/external/clang/lib/Serialization/
DASTWriter.cpp870 RecordData Record; in WriteBlockInfoBlock()
1181 RecordData Record; in WriteControlBlock()
1198 RecordData::value_type Record[] = {METADATA, VERSION_MAJOR, VERSION_MINOR, in WriteControlBlock()
1212 RecordData::value_type Record[] = {Signature}; in WriteControlBlock()
1221 RecordData::value_type Record[] = {MODULE_NAME}; in WriteControlBlock()
1242 RecordData::value_type Record[] = {MODULE_DIRECTORY}; in WriteControlBlock()
1468 RecordData::value_type Record[] = {ORIGINAL_PCH_DIR}; in WriteControlBlock()
1550 RecordData::value_type Record[] = { in WriteInputFiles()
1573 RecordData::value_type Record[] = {INPUT_FILE_OFFSETS, in WriteInputFiles()
1821 RecordData::value_type Record[] = {HEADER_SEARCH_TABLE, BucketOffset, in WriteHeaderSearch()
[all …]
DASTReader.cpp986 RecordData Record; in ReadLexicalDeclContextStorage()
1022 RecordData Record; in ReadVisibleDeclContextStorage()
1062 const RecordData &Record) { in ParseLineTable()
1128 RecordData Record; in ReadSourceManagerBlock()
1214 RecordData Record; in ReadSLocEntry()
1398 RecordData Record; in ReadMacroRecord()
1644 RecordData Record; in ReadDefinedMacros()
1786 RecordData Record; in resolvePendingMacro()
1886 RecordData Record; in readInputFileInfo()
2078 RecordData Record; in ReadOptionsBlock()
[all …]
DASTReaderDecl.cpp43 typedef ASTReader::RecordData RecordData; typedef in clang::ASTDeclReader
44 const RecordData &Record;
55 SourceLocation ReadSourceLocation(const RecordData &R, unsigned &I) { in ReadSourceLocation()
59 SourceRange ReadSourceRange(const RecordData &R, unsigned &I) { in ReadSourceRange()
63 TypeSourceInfo *GetTypeSourceInfo(const RecordData &R, unsigned &I) { in GetTypeSourceInfo()
67 serialization::DeclID ReadDeclID(const RecordData &R, unsigned &I) { in ReadDeclID()
76 Decl *ReadDecl(const RecordData &R, unsigned &I) { in ReadDecl()
81 T *ReadDeclAs(const RecordData &R, unsigned &I) { in ReadDeclAs()
86 const RecordData &R, unsigned &I) { in ReadQualifierInfo()
91 const RecordData &R, unsigned &I) { in ReadDeclarationNameLoc()
[all …]
DASTReaderStmt.cpp29 typedef ASTReader::RecordData RecordData; typedef in clang::ASTStmtReader
34 const ASTReader::RecordData &Record;
37 Token ReadToken(const RecordData &R, unsigned &I) { in ReadToken()
41 SourceLocation ReadSourceLocation(const RecordData &R, unsigned &I) { in ReadSourceLocation()
45 SourceRange ReadSourceRange(const RecordData &R, unsigned &I) { in ReadSourceRange()
49 std::string ReadString(const RecordData &R, unsigned &I) { in ReadString()
53 TypeSourceInfo *GetTypeSourceInfo(const RecordData &R, unsigned &I) { in GetTypeSourceInfo()
57 serialization::DeclID ReadDeclID(const RecordData &R, unsigned &I) { in ReadDeclID()
61 Decl *ReadDecl(const RecordData &R, unsigned &I) { in ReadDecl()
66 T *ReadDeclAs(const RecordData &R, unsigned &I) { in ReadDeclAs()
[all …]
DASTWriterDecl.cpp38 typedef ASTWriter::RecordData RecordData; typedef in clang::ASTDeclWriter
39 RecordData &Record;
45 ASTDeclWriter(ASTWriter &Writer, ASTContext &Context, RecordData &Record) in ASTDeclWriter()
1590 RecordData LocalRedecls; in VisitRedeclarable()
2102 RecordData Record; in WriteDecl()
2182 RecordData &Record) { in AddFunctionDefinition()
DASTWriterStmt.cpp34 ASTWriter::RecordData &Record;
40 ASTStmtWriter(ASTWriter &Writer, ASTWriter::RecordData &Record) in ASTStmtWriter()
1749 ASTWriter::RecordData &Record;
1751 OMPClauseWriter(ASTStmtWriter *W, ASTWriter::RecordData &Record) in OMPClauseWriter()
2307 RecordData Record; in WriteSubStmt()
2377 RecordData Record; in FlushStmts()