Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1373 llvm::DIScope *RecordTy, in createBitFieldType()
1431 llvm::DIType *RecordTy) { in CollectRecordLambdaFields()
1471 CGDebugInfo::CreateRecordStaticField(const VarDecl *Var, llvm::DIType *RecordTy, in CreateRecordStaticField()
1502 SmallVectorImpl<llvm::Metadata *> &elements, llvm::DIType *RecordTy, in CollectRecordNormalField()
1538 llvm::DICompositeType *RecordTy) { in CollectRecordFields()
1672 const CXXMethodDecl *Method, llvm::DIFile *Unit, llvm::DIType *RecordTy) { in CreateCXXMemberFunction()
1810 SmallVectorImpl<llvm::Metadata *> &EltTys, llvm::DIType *RecordTy) { in CollectCXXMemberFunctions()
1848 llvm::DIType *RecordTy) { in CollectCXXBases()
1863 SmallVectorImpl<llvm::Metadata *> &EltTys, llvm::DIType *RecordTy, in CollectCXXBasesAux()
H A DCGExprAgg.cpp240 const RecordType *RecordTy = T->getAs<RecordType>(); in TypeRequiresGCollection() local
2139 } else if (const RecordType *RecordTy = Ty->getAs<RecordType>()) { in EmitAggregateCopy() local
2148 if (const RecordType *RecordTy = BaseType->getAs<RecordType>()) { in EmitAggregateCopy() local
H A DItaniumCXXABI.cpp1335 if (const RecordType *RecordTy = ThrowType->getAs<RecordType>()) { in emitThrow() local
3349 if (const RecordType *RecordTy = dyn_cast<RecordType>(Ty)) { in ShouldUseExternalRTTIDescriptor() local
3383 static bool IsIncompleteClassType(const RecordType *RecordTy) { in IsIncompleteClassType()
3399 if (const RecordType *RecordTy = dyn_cast<RecordType>(Ty)) { in ContainsIncompleteClassType() local
3829 if (const RecordType *RecordTy = dyn_cast<RecordType>(Ty)) { in BuildTypeInfo() local
H A DCGClass.cpp645 QualType RecordTy = CGF.getContext().getTypeDeclType(ClassDecl); in EmitMemberInitializer() local
977 QualType RecordTy = CGF.getContext().getTypeDeclType(ClassDecl); in emitMemcpy() local
1131 QualType RecordTy = CGF.getContext().getTypeDeclType(ClassDecl); in pushEHDestructors() local
1647 QualType RecordTy = CGF.getContext().getTagDeclType(field->getParent()); in Emit() local
H A DCGStmt.cpp2653 QualType RecordTy = getContext().getRecordType(RD); in InitCapturedStruct() local
H A DCGException.cpp2113 llvm::Type *RecordTy = CGM.Int32Ty->getPointerTo(); in EmitSEHExceptionCodeSave() local
H A DCGDecl.cpp1490 if (const RecordType *RecordTy = Ty->getAs<RecordType>()) { in EmitAutoVarAlloca() local
H A DMicrosoftCXXABI.cpp3978 QualType RecordTy = getContext().getRecordType(RD); in getAddrOfCXXCtorClosure() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DByteCodeExprGen.cpp507 if (auto *RecordTy = getRecordTy(Ty)) { in getRecord() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp33 if (const RecordType *RecordTy = dyn_cast<RecordType>(Ty)) { in getCurrentInstantiationOf() local
H A DSemaPseudoObject.cpp1053 const RecordType *RecordTy = T->getAs<RecordType>(); in CheckSubscriptingKind() local
H A DSemaExprMember.cpp762 QualType RecordTy = BaseType; in BuildMemberReferenceExpr() local
H A DSemaObjCProperty.cpp1332 const RecordType *RecordTy = PropertyIvarType->getAs<RecordType>(); in ActOnPropertyImplDecl() local
H A DSemaDeclObjC.cpp3828 const auto *RecordTy = T->getAs<RecordType>(); in IsVariableSizedType() local
3874 } else if (const RecordType *RecordTy = IvarTy->getAs<RecordType>()) { in DiagnoseVariableSizedIvars() local
H A DSemaCodeComplete.cpp1043 QualType RecordTy = Context.getTypeDeclType(Record); in getConstructors() local
3257 if (const auto *RecordTy = Ty->getAs<RecordType>()) in AddTypedNameChunk() local
H A DSemaDeclCXX.cpp7193 if (const RecordType *RecordTy = BaseType->getAs<RecordType>()) { in defaultedSpecialMemberIsConstexpr() local
13735 if (const RecordType *RecordTy = T->getAs<RecordType>()) { in buildSingleCopyAssignRecursively() local
17477 if (const RecordType *RecordTy = in SetIvarInitializers() local
H A DSemaOverload.cpp6059 const RecordType *RecordTy = T->getAs<RecordType>(); in PerformContextualImplicitConversion() local
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp645 if (auto RecordTy = dyn_cast<RecordRecTy>(Field.RecType)) { in collectTableEntries() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DObjCMT.cpp1064 const RecordType *RecordTy = UPointeeT->getAs<RecordType>(); in TypeIsInnerPointer() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2651 for (const DICompositeType *RecordTy : TypesToEmit) in emitDeferredCompleteTypes() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclCXX.cpp1137 if (const auto *RecordTy = T->getAs<RecordType>()) { in addedMember() local