Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:RecordDecl

48 void CodeGenTypes::addRecordTypeName(const RecordDecl *RD,
107 llvm::SmallPtrSet<const RecordDecl*, 16> &AlreadyChecked);
114 isSafeToConvert(const RecordDecl *RD, CodeGenTypes &CGT,
115 llvm::SmallPtrSet<const RecordDecl*, 16> &AlreadyChecked) {
155 llvm::SmallPtrSet<const RecordDecl*, 16> &AlreadyChecked) {
176 static bool isSafeToConvert(const RecordDecl *RD, CodeGenTypes &CGT) {
180 llvm::SmallPtrSet<const RecordDecl*, 16> AlreadyChecked;
252 // If we completed a RecordDecl that we previously used and converted to an
254 const RecordDecl *RD = cast<RecordDecl>(TD);
624 llvm::StructType *CodeGenTypes::ConvertRecordDeclType(const RecordDecl *RD) {
688 CodeGenTypes::getCGRecordLayout(const RecordDecl *RD) {