Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGExprAgg.cpp230 const RecordType *RecordTy = T->getAs<RecordType>(); in TypeRequiresGCollection() local
1513 } else if (const RecordType *RecordTy = Ty->getAs<RecordType>()) { in EmitAggregateCopy() local
1522 if (const RecordType *RecordTy = BaseType->getAs<RecordType>()) { in EmitAggregateCopy() local
DCGDebugInfo.cpp921 llvm::DIType *RecordTy) { in CollectRecordLambdaFields()
964 CGDebugInfo::CreateRecordStaticField(const VarDecl *Var, llvm::DIType *RecordTy, in CreateRecordStaticField()
994 SmallVectorImpl<llvm::Metadata *> &elements, llvm::DIType *RecordTy, in CollectRecordNormalField()
1019 llvm::DICompositeType *RecordTy) { in CollectRecordFields()
1129 const CXXMethodDecl *Method, llvm::DIFile *Unit, llvm::DIType *RecordTy) { in CreateCXXMemberFunction()
1205 SmallVectorImpl<llvm::Metadata *> &EltTys, llvm::DIType *RecordTy) { in CollectCXXMemberFunctions()
1243 llvm::DIType *RecordTy) { in CollectCXXBases()
DCGClass.cpp709 QualType RecordTy = CGF.getContext().getTypeDeclType(ClassDecl); in EmitMemberInitializer() local
1051 QualType RecordTy = CGF.getContext().getTypeDeclType(ClassDecl); in emitMemcpy() local
1207 QualType RecordTy = CGF.getContext().getTypeDeclType(ClassDecl); in pushEHDestructors() local
1669 QualType RecordTy = CGF.getContext().getTagDeclType(field->getParent()); in Emit() local
DItaniumCXXABI.cpp1099 if (const RecordType *RecordTy = ThrowType->getAs<RecordType>()) { in emitThrow() local
2472 if (const RecordType *RecordTy = dyn_cast<RecordType>(Ty)) { in GetAddrOfExternalRTTIDescriptor() local
2599 if (const RecordType *RecordTy = dyn_cast<RecordType>(Ty)) { in ShouldUseExternalRTTIDescriptor() local
2623 static bool IsIncompleteClassType(const RecordType *RecordTy) { in IsIncompleteClassType()
2639 if (const RecordType *RecordTy = dyn_cast<RecordType>(Ty)) { in ContainsIncompleteClassType() local
DCGStmt.cpp2087 QualType RecordTy = getContext().getRecordType(RD); in InitCapturedStruct() local
DCGException.cpp1754 llvm::Type *RecordTy = CGM.Int32Ty->getPointerTo(); in EmitSEHExceptionCodeSave() local
DCGDecl.cpp1001 if (const RecordType *RecordTy = Ty->getAs<RecordType>()) { in EmitAutoVarAlloca() local
DMicrosoftCXXABI.cpp3796 QualType RecordTy = getContext().getRecordType(RD); in getAddrOfCXXCtorClosure() local
/external/clang/lib/Sema/
DSemaCXXScopeSpec.cpp35 if (const RecordType *RecordTy = dyn_cast<RecordType>(Ty)) { in getCurrentInstantiationOf() local
DSemaPseudoObject.cpp1048 const RecordType *RecordTy = T->getAs<RecordType>(); in CheckSubscriptingKind() local
DSemaExprMember.cpp723 QualType RecordTy = BaseType; in BuildMemberReferenceExpr() local
DSemaDeclCXX.cpp5154 if (const RecordType *RecordTy = BaseType->getAs<RecordType>()) { in defaultedSpecialMemberIsConstexpr() local
8770 } else if (const RecordType *RecordTy in ComputeDefaultedDefaultCtorExceptionSpec() local
8837 } else if (const RecordType *RecordTy in ComputeInheritingCtorExceptionSpec() local
9344 if (const RecordType *RecordTy in ComputeDefaultedDtorExceptionSpec() local
9774 if (const RecordType *RecordTy = T->getAs<RecordType>()) { in buildSingleCopyAssignRecursively() local
13399 if (const RecordType *RecordTy = in SetIvarInitializers() local
DSemaTemplateInstantiateDecl.cpp496 if (const RecordType *RecordTy = D->getType()->getAs<RecordType>()) in VisitVarDecl() local
2678 if (const RecordType *RecordTy = D->getType()->getAs<RecordType>()) in VisitVarTemplateSpecializationDecl() local
DSemaCodeComplete.cpp798 QualType RecordTy = Context.getTypeDeclType(Record); in MaybeAddConstructorResults() local
2543 if (const RecordType *RecordTy = Ty->getAs<RecordType>()) in AddTypedNameChunk() local
DSemaOverload.cpp5439 const RecordType *RecordTy = T->getAs<RecordType>(); in PerformContextualImplicitConversion() local
/external/clang/lib/AST/
DDeclCXX.cpp739 if (const RecordType *RecordTy = T->getAs<RecordType>()) { in addedMember() local
/external/clang/lib/ARCMigrate/
DObjCMT.cpp1072 const RecordType *RecordTy = UPointeeT->getAs<RecordType>(); in TypeIsInnerPointer() local