Home | History | Annotate | Download | only in CodeGen

Lines Matching full:fielddecl

83       const FieldDecl *FD;
87 const FieldDecl *FD = nullptr)
135 llvm::Type *getStorageType(const FieldDecl *FD) {
155 bool isZeroInitializable(const FieldDecl *FD) {
165 uint64_t getFieldBitOffset(const FieldDecl *FD) {
169 void setBitFieldInfo(const FieldDecl *FD, CharUnits StartOffset,
204 llvm::DenseMap<const FieldDecl *, unsigned> Fields;
205 llvm::DenseMap<const FieldDecl *, CGBitFieldInfo> BitFields;
225 const FieldDecl *FD, CharUnits StartOffset, llvm::Type *StorageType) {
647 const FieldDecl *FD,
762 const FieldDecl *FD = *it;
825 for (llvm::DenseMap<const FieldDecl*, CGBitFieldInfo>::const_iterator