Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGExprAgg.cpp231 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
DCGDebugInfo.cpp954 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()
DItaniumCXXABI.cpp1092 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
DCGClass.cpp710 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
DCGStmt.cpp2152 QualType RecordTy = getContext().getRecordType(RD); in InitCapturedStruct() local
DCGException.cpp1748 llvm::Type *RecordTy = CGM.Int32Ty->getPointerTo(); in EmitSEHExceptionCodeSave() local
DCGDecl.cpp1012 if (const RecordType *RecordTy = Ty->getAs<RecordType>()) { in EmitAutoVarAlloca() local
DMicrosoftCXXABI.cpp3810 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.cpp1049 const RecordType *RecordTy = T->getAs<RecordType>(); in CheckSubscriptingKind() local
DSemaExprMember.cpp737 QualType RecordTy = BaseType; in BuildMemberReferenceExpr() local
DSemaDeclCXX.cpp5276 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
DSemaCodeComplete.cpp815 QualType RecordTy = Context.getTypeDeclType(Record); in MaybeAddConstructorResults() local
2555 if (const RecordType *RecordTy = Ty->getAs<RecordType>()) in AddTypedNameChunk() local
DSemaOverload.cpp5499 const RecordType *RecordTy = T->getAs<RecordType>(); in PerformContextualImplicitConversion() local
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1828 for (const DICompositeType *RecordTy : TypesToEmit) in emitDeferredCompleteTypes() local
/external/clang/lib/AST/
DDeclCXX.cpp784 if (const RecordType *RecordTy = T->getAs<RecordType>()) { in addedMember() local
/external/clang/lib/ARCMigrate/
DObjCMT.cpp1073 const RecordType *RecordTy = UPointeeT->getAs<RecordType>(); in TypeIsInnerPointer() local