Lines Matching full:bytesize
99 uint32_t ByteSize;
114 : QualifiedNameHash(0), Line(0), ByteSize(0),
118 DeclContext(unsigned Hash, uint32_t Line, uint32_t ByteSize, uint16_t Tag,
122 : QualifiedNameHash(Hash), Line(Line), ByteSize(ByteSize), Tag(Tag),
150 LHS->Line == RHS->Line && LHS->ByteSize == RHS->ByteSize &&
1606 unsigned ByteSize = UINT32_MAX;
1616 ByteSize = DIE->getAttributeValueAsUnsignedConstant(
1678 DeclContext Key(Hash, Line, ByteSize, Tag, NameRef, FileRef, Context);
1685 new (Allocator) DeclContext(Hash, Line, ByteSize, Tag, NameRef, FileRef,