Home
last modified time | relevance | path

Searched defs:RecordTy (Results 1 – 21 of 21) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGDebugInfo.cpp1354 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()
DCGExprAgg.cpp240 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
DItaniumCXXABI.cpp1344 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
DCGClass.cpp642 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
DCGStmt.cpp2702 QualType RecordTy = getContext().getRecordType(RD); in InitCapturedStruct() local
DCGException.cpp2113 llvm::Type *RecordTy = CGM.Int32Ty->getPointerTo(); in EmitSEHExceptionCodeSave() local
DCGDecl.cpp1496 if (const RecordType *RecordTy = Ty->getAs<RecordType>()) { in EmitAutoVarAlloca() local
DMicrosoftCXXABI.cpp3978 QualType RecordTy = getContext().getRecordType(RD); in getAddrOfCXXCtorClosure() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/Interp/
DByteCodeExprGen.cpp507 if (auto *RecordTy = getRecordTy(Ty)) { in getRecord() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaCXXScopeSpec.cpp33 if (const RecordType *RecordTy = dyn_cast<RecordType>(Ty)) { in getCurrentInstantiationOf() local
DSemaPseudoObject.cpp1053 const RecordType *RecordTy = T->getAs<RecordType>(); in CheckSubscriptingKind() local
DSemaExprMember.cpp763 QualType RecordTy = BaseType; in BuildMemberReferenceExpr() local
DSemaObjCProperty.cpp1332 const RecordType *RecordTy = PropertyIvarType->getAs<RecordType>(); in ActOnPropertyImplDecl() local
DSemaDeclObjC.cpp3828 const auto *RecordTy = T->getAs<RecordType>(); in IsVariableSizedType() local
3874 } else if (const RecordType *RecordTy = IvarTy->getAs<RecordType>()) { in DiagnoseVariableSizedIvars() local
DSemaCodeComplete.cpp1043 QualType RecordTy = Context.getTypeDeclType(Record); in getConstructors() local
3257 if (const auto *RecordTy = Ty->getAs<RecordType>()) in AddTypedNameChunk() local
DSemaDeclCXX.cpp7193 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
DSemaOverload.cpp6055 const RecordType *RecordTy = T->getAs<RecordType>(); in PerformContextualImplicitConversion() local
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
DSearchableTableEmitter.cpp645 if (auto RecordTy = dyn_cast<RecordRecTy>(Field.RecType)) { in collectTableEntries() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/ARCMigrate/
DObjCMT.cpp1064 const RecordType *RecordTy = UPointeeT->getAs<RecordType>(); in TypeIsInnerPointer() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp2652 for (const DICompositeType *RecordTy : TypesToEmit) in emitDeferredCompleteTypes() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DDeclCXX.cpp1144 if (const auto *RecordTy = T->getAs<RecordType>()) { in addedMember() local