Home
last modified time | relevance | path

Searched defs:Record (Results 1 – 25 of 69) sorted by relevance

123

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Frontend/
DSerializedDiagnosticPrinter.cpp165 void AddLocToRecord(SourceLocation Loc, RecordDataImpl &Record, in AddLocToRecord()
209 RecordData Record; member
252 RecordDataImpl &Record) { in EmitBlockID()
272 RecordDataImpl &Record){ in EmitRecordID()
285 RecordDataImpl &Record, in AddLocToRecord()
303 RecordDataImpl &Record, in AddCharSourceRangeToRecord()
324 RecordData Record; in getEmitFile() local
376 RecordData &Record = State->Record; in EmitBlockInfoBlock() local
462 RecordData &Record = State->Record; in EmitMetaBlock() local
481 RecordData Record; in getEmitCategory() local
[all …]
DLayoutOverrideSource.cpp156 LayoutOverrideSource::layoutRecordType(const RecordDecl *Record, in layoutRecordType()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTWriter.cpp78 ASTWriter::RecordDataImpl &Record; member in __anon94d4dcd60111::ASTTypeWriter
84 ASTTypeWriter(ASTWriter &Writer, ASTWriter::RecordDataImpl &Record) in ASTTypeWriter()
420 ASTWriter::RecordDataImpl &Record; member in __anon94d4dcd60211::TypeLocWriter
423 TypeLocWriter(ASTWriter &Writer, ASTWriter::RecordDataImpl &Record) in TypeLocWriter()
642 ASTWriter::RecordDataImpl &Record) { in EmitBlockID()
657 ASTWriter::RecordDataImpl &Record) { in EmitRecordID()
666 ASTWriter::RecordDataImpl &Record) { in AddStmtsExprs()
779 RecordData Record; in WriteBlockInfoBlock() local
1017 RecordData Record; in WriteControlBlock() local
1233 RecordData Record; in WriteControlBlock() local
[all …]
DASTReader.cpp727 RecordData Record; in ReadDeclContextStorage() local
744 RecordData Record; in ReadDeclContextStorage() local
785 SmallVectorImpl<uint64_t> &Record) { in ParseLineTable()
853 RecordData Record; in ReadSourceManagerBlock() local
939 RecordData Record; in ReadSLocEntry() local
1106 Token ASTReader::ReadToken(ModuleFile &F, const RecordDataImpl &Record, in ReadToken()
1127 RecordData Record; in ReadMacroRecord() local
1356 RecordData Record; in ReadDefinedMacros() local
1542 RecordData Record; in installPCHMacroDirectives() local
1652 RecordData Record; in getInputFile() local
[all …]
DGlobalModuleIndex.cpp164 SmallVector<uint64_t, 64> Record; in GlobalModuleIndex() local
408 SmallVectorImpl<uint64_t> &Record) { in emitBlockID()
423 SmallVectorImpl<uint64_t> &Record) { in emitRecordID()
433 SmallVector<uint64_t, 64> Record; in emitBlockInfoBlock() local
547 SmallVector<uint64_t, 64> Record; in loadModuleFile() local
669 SmallVector<uint64_t, 2> Record; in writeIndex() local
DASTWriterDecl.cpp39 RecordData &Record; member in clang::ASTDeclWriter
45 ASTDeclWriter(ASTWriter &Writer, ASTContext &Context, RecordData &Record) in ASTDeclWriter()
914 ASTWriter::UpdateRecord &Record = Writer.DeclUpdates[Parent]; in VisitNamespaceDecl() local
1831 RecordData Record; in WriteDecl() local
DASTWriterStmt.cpp34 ASTWriter::RecordData &Record; member in clang::ASTStmtWriter
40 ASTStmtWriter(ASTWriter &Writer, ASTWriter::RecordData &Record) in ASTStmtWriter()
1682 ASTWriter::RecordData &Record; member in clang::OMPClauseWriter
1684 OMPClauseWriter(ASTStmtWriter *W, ASTWriter::RecordData &Record) in OMPClauseWriter()
1780 RecordData Record; in WriteSubStmt() local
1850 RecordData Record; in FlushStmts() local
DASTReaderDecl.cpp43 const RecordData &Record; member in clang::ASTDeclReader
193 const RecordData &Record, unsigned &Idx) in ASTDeclReader()
1174 const RecordData &Record, unsigned &Idx) { in ReadCXXDefinitionData()
1943 const RecordData &Record, unsigned &Idx) { in ReadAttributes()
2372 RecordData Record; in ReadDeclRecord() local
2652 RecordData Record; in loadDeclUpdateRecords() local
2948 const RecordData &Record) { in UpdateDecl()
DASTReaderStmt.cpp34 const ASTReader::RecordData &Record; member in clang::ASTStmtReader
83 const ASTReader::RecordData &Record, unsigned &Idx) in ASTStmtReader()
1678 const ASTReader::RecordData &Record; member in clang::OMPClauseReader
1682 const ASTReader::RecordData &Record, unsigned &Idx) in OMPClauseReader()
1817 RecordData Record; in ReadStmtFromStream() local
/freebsd-9-stable/contrib/llvm/lib/Bitcode/Reader/
DBitcodeReader.h286 bool getValueTypePair(SmallVectorImpl<uint64_t> &Record, unsigned &Slot, in getValueTypePair()
310 bool popValue(SmallVectorImpl<uint64_t> &Record, unsigned &Slot, in popValue()
320 bool getValue(SmallVectorImpl<uint64_t> &Record, unsigned Slot, in getValue()
328 Value *getValue(SmallVectorImpl<uint64_t> &Record, unsigned Slot, in getValue()
339 Value *getValueSigned(SmallVectorImpl<uint64_t> &Record, unsigned Slot, in getValueSigned()
DBitcodeReader.cpp65 static bool ConvertToString(ArrayRef<uint64_t> Record, unsigned Idx, in ConvertToString()
461 SmallVector<uint64_t, 64> Record; in ParseAttributeBlock() local
609 SmallVector<uint64_t, 64> Record; in ParseAttributeGroupBlock() local
695 SmallVector<uint64_t, 64> Record; in ParseTypeTableBody() local
915 SmallVector<uint64_t, 64> Record; in ParseValueSymbolTable() local
971 SmallVector<uint64_t, 64> Record; in ParseMetadata() local
1140 SmallVector<uint64_t, 64> Record; in ParseConstants() local
1560 SmallVector<uint64_t, 64> Record; in ParseUseLists() local
1646 SmallVector<uint64_t, 64> Record; in ParseModule() local
2006 SmallVector<uint64_t, 64> Record; in ParseModuleTriple() local
[all …]
DBitstreamReader.cpp317 SmallVector<uint64_t, 64> Record; in ReadBlockInfoBlock() local
/freebsd-9-stable/contrib/llvm/utils/TableGen/
DSetTheory.h60 class Record; variable
DAsmWriterInst.h25 class Record; variable
DCodeGenIntrinsics.h22 class Record; variable
/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DCXXInheritance.cpp141 const CXXRecordDecl *Record = this; in forallBases() local
180 const CXXRecordDecl *Record, in lookupInBases()
337 if (const RecordType *Record = PE->Base->getType()->getAs<RecordType>()) in lookupInBases() local
351 if (const RecordType *Record in lookupInBases() local
/freebsd-9-stable/contrib/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp254 SmallVector<uint64_t, 64> Record; in WriteAttributeGroupTable() local
302 SmallVector<uint64_t, 64> Record; in WriteAttributeTable() local
701 SmallVectorImpl<uint64_t> &Record) { in WriteMDNode()
723 SmallVector<uint64_t, 64> Record; in WriteModuleMetadata() local
787 SmallVector<uint64_t, 64> Record; in WriteFunctionLocalMetadata() local
808 SmallVector<uint64_t, 64> Record; in WriteMetadataAttachment() local
837 SmallVector<uint64_t, 64> Record; in WriteModuleMetadataStore() local
907 SmallVector<uint64_t, 64> Record; in WriteConstants() local
/freebsd-9-stable/contrib/llvm/lib/TableGen/
DTGParser.h25 class Record; variable
/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGExprAgg.cpp225 RecordDecl *Record = RecordTy->getDecl(); in TypeRequiresGCollection() local
323 RecordDecl *Record = E->getType()->castAs<RecordType>()->getDecl(); in VisitCXXStdInitializerListExpr() local
1377 CXXRecordDecl *Record = cast<CXXRecordDecl>(RT->getDecl()); in EmitAggregateCopy() local
1441 RecordDecl *Record = RecordTy->getDecl(); in EmitAggregateCopy() local
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Sema/
DExternalSemaSource.h40 CXXRecordDecl *Record; member
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaCXXScopeSpec.cpp36 CXXRecordDecl *Record = cast<CXXRecordDecl>(RecordTy->getDecl()); in getCurrentInstantiationOf() local
85 if (CXXRecordDecl *Record = getCurrentInstantiationOf(NNS)) in computeDeclContext() local
DSemaLookup.cpp632 if (const CXXRecordDecl *Record = dyn_cast<CXXRecordDecl>(DC)) in DeclareImplicitMemberFunctionsWithName() local
646 if (const CXXRecordDecl *Record = dyn_cast<CXXRecordDecl>(DC)) in DeclareImplicitMemberFunctionsWithName() local
656 if (const CXXRecordDecl *Record = dyn_cast<CXXRecordDecl>(DC)) { in DeclareImplicitMemberFunctionsWithName() local
706 const CXXRecordDecl *Record = cast<CXXRecordDecl>(DC); in LookupDirect() local
964 if (CXXRecordDecl *Record = dyn_cast_or_null<CXXRecordDecl>(Ctx)) in CppLookupName() local
3121 if (CXXRecordDecl *Record = dyn_cast<CXXRecordDecl>(Ctx)) { in LookupVisibleDecls() local
3135 const RecordType *Record = BaseType->getAs<RecordType>(); in LookupVisibleDecls() local
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Serialization/
DASTReader.h1428 QualType readType(ModuleFile &F, const RecordData &Record, unsigned &Idx) { in readType()
1657 IdentifierInfo *GetIdentifierInfo(ModuleFile &M, const RecordData &Record, in GetIdentifierInfo()
1719 Selector ReadSelector(ModuleFile &M, const RecordData &Record, unsigned &Idx) { in ReadSelector()
1791 const RecordDataImpl &Record, in ReadSourceLocation()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DExternalASTSource.h247 layoutRecordType(const RecordDecl *Record, in layoutRecordType()
/freebsd-9-stable/contrib/llvm/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp364 SmallVector<uint64_t, 64> Record; in ParseBlock() local

123