Lines Matching defs:BitFieldDecl
1644 CGDebugInfo::createBitFieldType(const FieldDecl *BitFieldDecl,
1646 StringRef Name = BitFieldDecl->getName();
1647 QualType Ty = BitFieldDecl->getType();
1648 if (BitFieldDecl->hasAttr<PreferredTypeAttr>())
1649 Ty = BitFieldDecl->getAttr<PreferredTypeAttr>()->getType();
1650 SourceLocation Loc = BitFieldDecl->getLocation();
1659 CGM.getTypes().getCGRecordLayout(RD).getBitFieldInfo(BitFieldDecl);
1671 llvm::DINode::DIFlags Flags = getAccessFlag(BitFieldDecl->getAccess(), RD);
1672 llvm::DINodeArray Annotations = CollectBTFDeclTagAnnotations(BitFieldDecl);
1679 const FieldDecl *BitFieldDecl, const llvm::DIDerivedType *BitFieldDI,
1720 std::advance(PreviousBitfield, BitFieldDecl->getFieldIndex() - 1);