Lines Matching defs:BitFieldDecl
1605 CGDebugInfo::createBitFieldType(const FieldDecl *BitFieldDecl,
1607 StringRef Name = BitFieldDecl->getName();
1608 QualType Ty = BitFieldDecl->getType();
1609 if (BitFieldDecl->hasAttr<PreferredTypeAttr>())
1610 Ty = BitFieldDecl->getAttr<PreferredTypeAttr>()->getType();
1611 SourceLocation Loc = BitFieldDecl->getLocation();
1620 CGM.getTypes().getCGRecordLayout(RD).getBitFieldInfo(BitFieldDecl);
1632 llvm::DINode::DIFlags Flags = getAccessFlag(BitFieldDecl->getAccess(), RD);
1633 llvm::DINodeArray Annotations = CollectBTFDeclTagAnnotations(BitFieldDecl);
1640 const FieldDecl *BitFieldDecl, const llvm::DIDerivedType *BitFieldDI,
1681 std::advance(PreviousBitfield, BitFieldDecl->getFieldIndex() - 1);