/external/clang/lib/CodeGen/ |
D | CGExprAgg.cpp | 231 const RecordType *RecordTy = T->getAs<RecordType>(); in TypeRequiresGCollection() local 1550 } else if (const RecordType *RecordTy = Ty->getAs<RecordType>()) { in EmitAggregateCopy() local 1559 if (const RecordType *RecordTy = BaseType->getAs<RecordType>()) { in EmitAggregateCopy() local
|
D | CGDebugInfo.cpp | 954 llvm::DIScope *RecordTy, in createBitFieldType() 1006 llvm::DIType *RecordTy) { in CollectRecordLambdaFields() 1045 CGDebugInfo::CreateRecordStaticField(const VarDecl *Var, llvm::DIType *RecordTy, in CreateRecordStaticField() 1075 SmallVectorImpl<llvm::Metadata *> &elements, llvm::DIType *RecordTy, in CollectRecordNormalField() 1099 llvm::DICompositeType *RecordTy) { in CollectRecordFields() 1212 const CXXMethodDecl *Method, llvm::DIFile *Unit, llvm::DIType *RecordTy) { in CreateCXXMemberFunction() 1315 SmallVectorImpl<llvm::Metadata *> &EltTys, llvm::DIType *RecordTy) { in CollectCXXMemberFunctions() 1353 llvm::DIType *RecordTy) { in CollectCXXBases()
|
D | ItaniumCXXABI.cpp | 1092 if (const RecordType *RecordTy = ThrowType->getAs<RecordType>()) { in emitThrow() local 2503 if (const RecordType *RecordTy = dyn_cast<RecordType>(Ty)) { in GetAddrOfExternalRTTIDescriptor() local 2629 if (const RecordType *RecordTy = dyn_cast<RecordType>(Ty)) { in ShouldUseExternalRTTIDescriptor() local 2653 static bool IsIncompleteClassType(const RecordType *RecordTy) { in IsIncompleteClassType() 2669 if (const RecordType *RecordTy = dyn_cast<RecordType>(Ty)) { in ContainsIncompleteClassType() local
|
D | CGClass.cpp | 710 QualType RecordTy = CGF.getContext().getTypeDeclType(ClassDecl); in EmitMemberInitializer() local 1052 QualType RecordTy = CGF.getContext().getTypeDeclType(ClassDecl); in emitMemcpy() local 1205 QualType RecordTy = CGF.getContext().getTypeDeclType(ClassDecl); in pushEHDestructors() local 1667 QualType RecordTy = CGF.getContext().getTagDeclType(field->getParent()); in Emit() local
|
D | CGStmt.cpp | 2152 QualType RecordTy = getContext().getRecordType(RD); in InitCapturedStruct() local
|
D | CGException.cpp | 1748 llvm::Type *RecordTy = CGM.Int32Ty->getPointerTo(); in EmitSEHExceptionCodeSave() local
|
D | CGDecl.cpp | 1012 if (const RecordType *RecordTy = Ty->getAs<RecordType>()) { in EmitAutoVarAlloca() local
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGDebugInfo.cpp | 1315 llvm::DIScope *RecordTy, in createBitFieldType() 1373 llvm::DIType *RecordTy) { in CollectRecordLambdaFields() 1413 CGDebugInfo::CreateRecordStaticField(const VarDecl *Var, llvm::DIType *RecordTy, in CreateRecordStaticField() 1444 SmallVectorImpl<llvm::Metadata *> &elements, llvm::DIType *RecordTy, in CollectRecordNormalField() 1480 llvm::DICompositeType *RecordTy) { in CollectRecordFields() 1614 const CXXMethodDecl *Method, llvm::DIFile *Unit, llvm::DIType *RecordTy) { in CreateCXXMemberFunction() 1750 SmallVectorImpl<llvm::Metadata *> &EltTys, llvm::DIType *RecordTy) { in CollectCXXMemberFunctions() 1788 llvm::DIType *RecordTy) { in CollectCXXBases() 1803 SmallVectorImpl<llvm::Metadata *> &EltTys, llvm::DIType *RecordTy, in CollectCXXBasesAux() 2107 llvm::DICompositeType *RecordTy) { in CollectVTableInfo()
|
D | CGExprAgg.cpp | 240 const RecordType *RecordTy = T->getAs<RecordType>(); in TypeRequiresGCollection() local 2137 } else if (const RecordType *RecordTy = Ty->getAs<RecordType>()) { in EmitAggregateCopy() local 2146 if (const RecordType *RecordTy = BaseType->getAs<RecordType>()) { in EmitAggregateCopy() local
|
D | CGClass.cpp | 645 QualType RecordTy = CGF.getContext().getTypeDeclType(ClassDecl); in EmitMemberInitializer() local 977 QualType RecordTy = CGF.getContext().getTypeDeclType(ClassDecl); in emitMemcpy() local 1131 QualType RecordTy = CGF.getContext().getTypeDeclType(ClassDecl); in pushEHDestructors() local 1647 QualType RecordTy = CGF.getContext().getTagDeclType(field->getParent()); in Emit() local
|
D | ItaniumCXXABI.cpp | 1331 if (const RecordType *RecordTy = ThrowType->getAs<RecordType>()) { in emitThrow() local 3270 if (const RecordType *RecordTy = dyn_cast<RecordType>(Ty)) { in ShouldUseExternalRTTIDescriptor() local 3301 static bool IsIncompleteClassType(const RecordType *RecordTy) { in IsIncompleteClassType() 3317 if (const RecordType *RecordTy = dyn_cast<RecordType>(Ty)) { in ContainsIncompleteClassType() local
|
D | CGException.cpp | 2024 llvm::Type *RecordTy = CGM.Int32Ty->getPointerTo(); in EmitSEHExceptionCodeSave() local
|
D | CGStmt.cpp | 2593 QualType RecordTy = getContext().getRecordType(RD); in InitCapturedStruct() local
|
/external/llvm-project/clang/lib/AST/Interp/ |
D | ByteCodeExprGen.cpp | 507 if (auto *RecordTy = getRecordTy(Ty)) { in getRecord() local
|
/external/clang/lib/Sema/ |
D | SemaCXXScopeSpec.cpp | 35 if (const RecordType *RecordTy = dyn_cast<RecordType>(Ty)) { in getCurrentInstantiationOf() local
|
D | SemaPseudoObject.cpp | 1049 const RecordType *RecordTy = T->getAs<RecordType>(); in CheckSubscriptingKind() local
|
D | SemaExprMember.cpp | 737 QualType RecordTy = BaseType; in BuildMemberReferenceExpr() local
|
D | SemaDeclCXX.cpp | 5276 if (const RecordType *RecordTy = BaseType->getAs<RecordType>()) { in defaultedSpecialMemberIsConstexpr() local 9016 } else if (const RecordType *RecordTy in ComputeDefaultedDefaultCtorExceptionSpec() local 9074 } else if (const RecordType *RecordTy in ComputeInheritingCtorExceptionSpec() local 9443 if (const RecordType *RecordTy in ComputeDefaultedDtorExceptionSpec() local 9900 if (const RecordType *RecordTy = T->getAs<RecordType>()) { in buildSingleCopyAssignRecursively() local 13621 if (const RecordType *RecordTy = in SetIvarInitializers() local
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaCXXScopeSpec.cpp | 33 if (const RecordType *RecordTy = dyn_cast<RecordType>(Ty)) { in getCurrentInstantiationOf() local
|
D | SemaPseudoObject.cpp | 1053 const RecordType *RecordTy = T->getAs<RecordType>(); in CheckSubscriptingKind() local
|
D | SemaExprMember.cpp | 763 QualType RecordTy = BaseType; in BuildMemberReferenceExpr() local
|
D | SemaObjCProperty.cpp | 1340 const RecordType *RecordTy = PropertyIvarType->getAs<RecordType>(); in ActOnPropertyImplDecl() local
|
D | SemaDeclObjC.cpp | 3828 const auto *RecordTy = T->getAs<RecordType>(); in IsVariableSizedType() local 3874 } else if (const RecordType *RecordTy = IvarTy->getAs<RecordType>()) { in DiagnoseVariableSizedIvars() local
|
/external/llvm-project/llvm/utils/TableGen/ |
D | SearchableTableEmitter.cpp | 663 if (auto RecordTy = dyn_cast<RecordRecTy>(Field.RecType)) { in collectTableEntries() local
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 1828 for (const DICompositeType *RecordTy : TypesToEmit) in emitDeferredCompleteTypes() local
|