| /freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| D | CGDebugInfo.cpp | 1354 llvm::DIScope *RecordTy, in createBitFieldType() 1412 llvm::DIType *RecordTy) { in CollectRecordLambdaFields() 1452 CGDebugInfo::CreateRecordStaticField(const VarDecl *Var, llvm::DIType *RecordTy, in CreateRecordStaticField() 1483 SmallVectorImpl<llvm::Metadata *> &elements, llvm::DIType *RecordTy, in CollectRecordNormalField() 1519 llvm::DICompositeType *RecordTy) { in CollectRecordFields() 1653 const CXXMethodDecl *Method, llvm::DIFile *Unit, llvm::DIType *RecordTy) { in CreateCXXMemberFunction() 1791 SmallVectorImpl<llvm::Metadata *> &EltTys, llvm::DIType *RecordTy) { in CollectCXXMemberFunctions() 1829 llvm::DIType *RecordTy) { in CollectCXXBases() 1844 SmallVectorImpl<llvm::Metadata *> &EltTys, llvm::DIType *RecordTy, in CollectCXXBasesAux()
|
| D | CGExprAgg.cpp | 240 const RecordType *RecordTy = T->getAs<RecordType>(); in TypeRequiresGCollection() local 2145 } else if (const RecordType *RecordTy = Ty->getAs<RecordType>()) { in EmitAggregateCopy() local 2154 if (const RecordType *RecordTy = BaseType->getAs<RecordType>()) { in EmitAggregateCopy() local
|
| D | ItaniumCXXABI.cpp | 1344 if (const RecordType *RecordTy = ThrowType->getAs<RecordType>()) { in emitThrow() local 3389 if (const RecordType *RecordTy = dyn_cast<RecordType>(Ty)) { in ShouldUseExternalRTTIDescriptor() local 3423 static bool IsIncompleteClassType(const RecordType *RecordTy) { in IsIncompleteClassType() 3439 if (const RecordType *RecordTy = dyn_cast<RecordType>(Ty)) { in ContainsIncompleteClassType() local 3869 if (const RecordType *RecordTy = dyn_cast<RecordType>(Ty)) { in BuildTypeInfo() local
|
| D | CGClass.cpp | 642 QualType RecordTy = CGF.getContext().getTypeDeclType(ClassDecl); in EmitMemberInitializer() local 974 QualType RecordTy = CGF.getContext().getTypeDeclType(ClassDecl); in emitMemcpy() local 1128 QualType RecordTy = CGF.getContext().getTypeDeclType(ClassDecl); in pushEHDestructors() local 1644 QualType RecordTy = CGF.getContext().getTagDeclType(field->getParent()); in Emit() local
|
| D | CGStmt.cpp | 2702 QualType RecordTy = getContext().getRecordType(RD); in InitCapturedStruct() local
|
| D | CGException.cpp | 2113 llvm::Type *RecordTy = CGM.Int32Ty->getPointerTo(); in EmitSEHExceptionCodeSave() local
|
| D | CGDecl.cpp | 1496 if (const RecordType *RecordTy = Ty->getAs<RecordType>()) { in EmitAutoVarAlloca() local
|
| D | MicrosoftCXXABI.cpp | 3978 QualType RecordTy = getContext().getRecordType(RD); in getAddrOfCXXCtorClosure() local
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/AST/Interp/ |
| D | ByteCodeExprGen.cpp | 507 if (auto *RecordTy = getRecordTy(Ty)) { in getRecord() local
|
| /freebsd-12-stable/contrib/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 | 1332 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
|
| D | SemaCodeComplete.cpp | 1043 QualType RecordTy = Context.getTypeDeclType(Record); in getConstructors() local 3257 if (const auto *RecordTy = Ty->getAs<RecordType>()) in AddTypedNameChunk() local
|
| D | SemaDeclCXX.cpp | 7193 if (const RecordType *RecordTy = BaseType->getAs<RecordType>()) { in defaultedSpecialMemberIsConstexpr() local 13927 if (const RecordType *RecordTy = T->getAs<RecordType>()) { in buildSingleCopyAssignRecursively() local 17682 if (const RecordType *RecordTy = in SetIvarInitializers() local
|
| D | SemaOverload.cpp | 6055 const RecordType *RecordTy = T->getAs<RecordType>(); in PerformContextualImplicitConversion() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/ |
| D | SearchableTableEmitter.cpp | 645 if (auto RecordTy = dyn_cast<RecordRecTy>(Field.RecType)) { in collectTableEntries() local
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/ARCMigrate/ |
| D | ObjCMT.cpp | 1064 const RecordType *RecordTy = UPointeeT->getAs<RecordType>(); in TypeIsInnerPointer() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| D | CodeViewDebug.cpp | 2652 for (const DICompositeType *RecordTy : TypesToEmit) in emitDeferredCompleteTypes() local
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/AST/ |
| D | DeclCXX.cpp | 1144 if (const auto *RecordTy = T->getAs<RecordType>()) { in addedMember() local
|