Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGExprAgg.cpp229 const RecordType *RecordTy = T->getAs<RecordType>(); in TypeRequiresGCollection() local
1525 } else if (const RecordType *RecordTy = Ty->getAs<RecordType>()) { in EmitAggregateCopy() local
1534 if (const RecordType *RecordTy = BaseType->getAs<RecordType>()) { in EmitAggregateCopy() local
HDCGDebugInfo.cpp857 llvm::DIType *RecordTy) { in CollectRecordLambdaFields()
900 CGDebugInfo::CreateRecordStaticField(const VarDecl *Var, llvm::DIType *RecordTy, in CreateRecordStaticField()
930 SmallVectorImpl<llvm::Metadata *> &elements, llvm::DIType *RecordTy, in CollectRecordNormalField()
955 llvm::DICompositeType *RecordTy) { in CollectRecordFields()
1065 const CXXMethodDecl *Method, llvm::DIFile *Unit, llvm::DIType *RecordTy) { in CreateCXXMemberFunction()
1141 SmallVectorImpl<llvm::Metadata *> &EltTys, llvm::DIType *RecordTy) { in CollectCXXMemberFunctions()
1179 llvm::DIType *RecordTy) { in CollectCXXBases()
HDCGClass.cpp586 QualType RecordTy = CGF.getContext().getTypeDeclType(ClassDecl); in EmitMemberInitializer() local
932 QualType RecordTy = CGF.getContext().getTypeDeclType(ClassDecl); in emitMemcpy() local
1093 QualType RecordTy = CGF.getContext().getTypeDeclType(ClassDecl); in pushEHDestructors() local
1550 QualType RecordTy = CGF.getContext().getTagDeclType(field->getParent()); in Emit() local
HDItaniumCXXABI.cpp966 if (const RecordType *RecordTy = ThrowType->getAs<RecordType>()) { in emitThrow() local
2296 if (const RecordType *RecordTy = dyn_cast<RecordType>(Ty)) { in GetAddrOfExternalRTTIDescriptor() local
2413 if (const RecordType *RecordTy = dyn_cast<RecordType>(Ty)) { in ShouldUseExternalRTTIDescriptor() local
2437 static bool IsIncompleteClassType(const RecordType *RecordTy) { in IsIncompleteClassType()
2453 if (const RecordType *RecordTy = dyn_cast<RecordType>(Ty)) { in ContainsIncompleteClassType() local
HDCGStmt.cpp2152 QualType RecordTy = getContext().getRecordType(RD); in InitCapturedStruct() local
HDCGException.cpp1645 llvm::Type *RecordTy = CGM.Int32Ty->getPointerTo(); in EmitSEHExceptionCodeSave() local
HDCGDecl.cpp945 if (const RecordType *RecordTy = Ty->getAs<RecordType>()) { in EmitAutoVarAlloca() local
HDMicrosoftCXXABI.cpp3738 QualType RecordTy = getContext().getRecordType(RD); in getAddrOfCXXCtorClosure() local
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaCXXScopeSpec.cpp35 if (const RecordType *RecordTy = dyn_cast<RecordType>(Ty)) { in getCurrentInstantiationOf() local
HDSemaPseudoObject.cpp1018 const RecordType *RecordTy = T->getAs<RecordType>(); in CheckSubscriptingKind() local
HDSemaExprMember.cpp695 QualType RecordTy = BaseType; in BuildMemberReferenceExpr() local
HDSemaDeclCXX.cpp5151 if (const RecordType *RecordTy = BaseType->getAs<RecordType>()) { in defaultedSpecialMemberIsConstexpr() local
8776 } else if (const RecordType *RecordTy in ComputeDefaultedDefaultCtorExceptionSpec() local
8843 } else if (const RecordType *RecordTy in ComputeInheritingCtorExceptionSpec() local
9350 if (const RecordType *RecordTy in ComputeDefaultedDtorExceptionSpec() local
9771 if (const RecordType *RecordTy = T->getAs<RecordType>()) { in buildSingleCopyAssignRecursively() local
13381 if (const RecordType *RecordTy = in SetIvarInitializers() local
HDSemaTemplateInstantiateDecl.cpp496 if (const RecordType *RecordTy = D->getType()->getAs<RecordType>()) in VisitVarDecl() local
2653 if (const RecordType *RecordTy = D->getType()->getAs<RecordType>()) in VisitVarTemplateSpecializationDecl() local
HDSemaCodeComplete.cpp798 QualType RecordTy = Context.getTypeDeclType(Record); in MaybeAddConstructorResults() local
2543 if (const RecordType *RecordTy = Ty->getAs<RecordType>()) in AddTypedNameChunk() local
HDSemaOverload.cpp5362 const RecordType *RecordTy = T->getAs<RecordType>(); in PerformContextualImplicitConversion() local
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDDeclCXX.cpp745 if (const RecordType *RecordTy = T->getAs<RecordType>()) { in addedMember() local
/NextBSD/contrib/llvm/tools/clang/lib/ARCMigrate/
HDObjCMT.cpp1084 const RecordType *RecordTy = UPointeeT->getAs<RecordType>(); in TypeIsInnerPointer() local