Lines Matching defs:Record
88 ASTRecordWriter Record; member in clang::ASTTypeWriter
96 ASTTypeWriter(ASTWriter &Writer, ASTWriter::RecordDataImpl &Record) in ASTTypeWriter()
236 ASTRecordWriter &Record) { in addExceptionSpec()
487 ASTRecordWriter &Record; member in __anonf68f28d70111::TypeLocWriter
490 TypeLocWriter(ASTRecordWriter &Record) in TypeLocWriter()
753 ASTWriter::RecordDataImpl &Record) { in EmitBlockID()
769 ASTWriter::RecordDataImpl &Record) { in EmitRecordID()
778 ASTWriter::RecordDataImpl &Record) { in AddStmtsExprs()
907 RecordData Record; in WriteBlockInfoBlock() local
1231 RecordData Record; in WriteControlBlock() local
1248 RecordData::value_type Record[] = {METADATA, VERSION_MAJOR, VERSION_MINOR, in WriteControlBlock() local
1262 RecordData::value_type Record[] = {Signature}; in WriteControlBlock() local
1271 RecordData::value_type Record[] = {MODULE_NAME}; in WriteControlBlock() local
1292 RecordData::value_type Record[] = {MODULE_DIRECTORY}; in WriteControlBlock() local
1525 RecordData::value_type Record[] = {ORIGINAL_PCH_DIR}; in WriteControlBlock() local
1607 RecordData::value_type Record[] = { in WriteInputFiles() local
1630 RecordData::value_type Record[] = {INPUT_FILE_OFFSETS, in WriteInputFiles() local
1882 RecordData::value_type Record[] = {HEADER_SEARCH_TABLE, BucketOffset, in WriteHeaderSearch() local
1902 RecordData Record; in WriteSourceManagerBlock() local
2007 RecordData::value_type Record[] = {SM_SLOC_BUFFER_BLOB_COMPRESSED, in WriteSourceManagerBlock() local
2012 RecordData::value_type Record[] = {SM_SLOC_BUFFER_BLOB}; in WriteSourceManagerBlock() local
2051 RecordData::value_type Record[] = { in WriteSourceManagerBlock() local
2134 RecordData Record; in WritePreprocessor() local
2139 RecordData::value_type Record[] = {PP.getCounterValue()}; in WritePreprocessor() local
2307 RecordData::value_type Record[] = {MACRO_OFFSET, MacroOffsets.size(), in WritePreprocessor() local
2343 RecordData Record; in WritePreprocessorDetail() local
2405 RecordData::value_type Record[] = {PPD_ENTITIES_OFFSETS, in WritePreprocessorDetail() local
2534 RecordData::value_type Record[] = {getNumberOfModules(WritingModule), in WriteSubmodules() local
2555 RecordData::value_type Record[] = { in WriteSubmodules() local
2565 RecordData::value_type Record[] = {SUBMODULE_REQUIRES, R.second}; in WriteSubmodules() local
2571 RecordData::value_type Record[] = {SUBMODULE_UMBRELLA_HEADER}; in WriteSubmodules() local
2575 RecordData::value_type Record[] = {SUBMODULE_UMBRELLA_DIR}; in WriteSubmodules() local
2594 RecordData::value_type Record[] = {HL.RecordKind}; in WriteSubmodules() local
2602 RecordData::value_type Record[] = {SUBMODULE_TOPHEADER}; in WriteSubmodules() local
2609 RecordData Record; in WriteSubmodules() local
2617 RecordData Record; in WriteSubmodules() local
2633 RecordData::value_type Record[] = {SUBMODULE_LINK_LIBRARY, in WriteSubmodules() local
2642 RecordData::value_type Record[] = {SUBMODULE_CONFLICT, in WriteSubmodules() local
2649 RecordData::value_type Record[] = {SUBMODULE_CONFIG_MACRO}; in WriteSubmodules() local
2697 RecordData Record; in WritePragmaDiagnosticMappings() local
2739 RecordData Record; in WriteType() local
2780 RecordData::value_type Record[] = {DECL_CONTEXT_LEXICAL}; in WriteDeclContextLexicalBlock() local
2797 RecordData::value_type Record[] = {TYPE_OFFSET, TypeOffsets.size(), in WriteTypeDeclOffsets() local
2810 RecordData::value_type Record[] = {DECL_OFFSET, DeclOffsets.size(), in WriteTypeDeclOffsets() local
2838 RecordData::value_type Record[] = {FILE_SORTED_DECLS, in WriteFileDeclIDsMap() local
2846 RecordData Record; in WriteComments() local
3048 RecordData::value_type Record[] = {METHOD_POOL, BucketOffset, in WriteSelectors() local
3063 RecordData::value_type Record[] = { in WriteSelectors() local
3078 RecordData Record; in WriteReferencedSelectorsPool() local
3353 RecordData::value_type Record[] = {IDENTIFIER_TABLE, BucketOffset}; in WriteIdentifierTable() local
3370 RecordData::value_type Record[] = {IDENTIFIER_OFFSET, in WriteIdentifierTable() local
3788 RecordData::value_type Record[] = {DECL_CONTEXT_VISIBLE}; in WriteDeclContextVisibleBlock() local
3816 RecordData::value_type Record[] = {UPDATE_VISIBLE, getDeclID(cast<Decl>(DC))}; in WriteDeclContextVisibleUpdate() local
3822 RecordData::value_type Record[] = {Opts.fp_contract}; in WriteFPPragmaOptions() local
3832 RecordData Record; in WriteOpenCLExtensions() local
3881 RecordData::value_type Record[] = {OBJC_CATEGORIES_MAP, CategoriesMap.size()}; in WriteObjCCategories() local
3896 RecordData Record; in WriteLateParsedTemplates() local
3913 RecordData Record; in WriteOptimizePragmaOptions() local
3921 RecordData Record; in WriteMSStructPragmaOptions() local
3929 RecordData Record; in WriteMSPointersToMembersPragmaOptions() local
3951 RecordData Record; in WriteModuleFileExtension() local
3976 auto &Record = *this; in AddAttributes() local
3987 void ASTWriter::AddToken(const Token &Tok, RecordDataImpl &Record) { in AddToken()
4000 void ASTWriter::AddString(StringRef Str, RecordDataImpl &Record) { in AddString()
4023 void ASTWriter::AddPath(StringRef Path, RecordDataImpl &Record) { in AddPath()
4029 void ASTWriter::EmitRecordWithPath(unsigned Abbrev, RecordDataRef Record, in EmitRecordWithPath()
4037 RecordDataImpl &Record) { in AddVersionTuple()
4144 ASTWriter::RecordData &Record) { in AddLazyVectorDecls()
4308 RecordData Record = {VERSION_MAJOR}; in WriteASTCore() local
4328 RecordData::value_type Record[] = {TU_UPDATE_LEXICAL}; in WriteASTCore() local
4349 ASTWriter::UpdateRecord &Record = DeclUpdates[TU]; in WriteASTCore() local
4471 RecordData::value_type Record[] = {MODULE_OFFSET_MAP}; in WriteASTCore() local
4630 RecordData::value_type Record[] = { in WriteASTCore() local
4654 ASTRecordWriter Record(*this, RecordData); in WriteDeclUpdatesBlocks() local
4785 void ASTWriter::AddSourceLocation(SourceLocation Loc, RecordDataImpl &Record) { in AddSourceLocation()
4790 void ASTWriter::AddSourceRange(SourceRange Range, RecordDataImpl &Record) { in AddSourceRange()
4810 void ASTWriter::AddIdentifierRef(const IdentifierInfo *II, RecordDataImpl &Record) { in AddIdentifierRef()
4937 void ASTWriter::AddTypeRef(QualType T, RecordDataImpl &Record) { in AddTypeRef()
4977 void ASTWriter::AddDeclRef(const Decl *D, RecordDataImpl &Record) { in AddDeclRef()
5412 ASTWriter::RecordData Record; in EmitCXXBaseSpecifiers() local
5430 ASTWriter::RecordData Record; in EmitCXXCtorInitializers() local
5836 const RecordDecl *Record) { in AddedAttributeToRecord()