Lines Matching refs:RecordTy
195 bool hasUniqueVTablePointer(QualType RecordTy) { in hasUniqueVTablePointer() argument
196 const CXXRecordDecl *RD = RecordTy->getAsCXXRecordDecl(); in hasUniqueVTablePointer()
1467 if (const RecordType *RecordTy = ThrowType->getAs<RecordType>()) { in emitThrow() local
1468 CXXRecordDecl *Record = cast<CXXRecordDecl>(RecordTy->getDecl()); in emitThrow()
3722 if (const RecordType *RecordTy = dyn_cast<RecordType>(Ty)) { in ShouldUseExternalRTTIDescriptor() local
3723 const CXXRecordDecl *RD = cast<CXXRecordDecl>(RecordTy->getDecl()); in ShouldUseExternalRTTIDescriptor()
3756 static bool IsIncompleteClassType(const RecordType *RecordTy) { in IsIncompleteClassType() argument
3757 return !RecordTy->getDecl()->isCompleteDefinition(); in IsIncompleteClassType()
3772 if (const RecordType *RecordTy = dyn_cast<RecordType>(Ty)) { in ContainsIncompleteClassType() local
3773 if (IsIncompleteClassType(RecordTy)) in ContainsIncompleteClassType()
4215 if (const RecordType *RecordTy = dyn_cast<RecordType>(Ty)) { in BuildTypeInfo() local
4216 const CXXRecordDecl *RD = cast<CXXRecordDecl>(RecordTy->getDecl()); in BuildTypeInfo()