/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprAgg.cpp | 265 const RecordType *RecordTy = T->getAs<RecordType>(); in TypeRequiresGCollection() local 2186 } else if (const RecordType *RecordTy = Ty->getAs<RecordType>()) { in EmitAggregateCopy() local 2195 if (const RecordType *RecordTy = BaseType->getAs<RecordType>()) { in EmitAggregateCopy() local
|
H A D | CGDebugInfo.cpp | 1606 llvm::DIScope *RecordTy, const RecordDecl *RD) { in createBitFieldType() 1693 llvm::DIScope *RecordTy = BitFieldDI->getScope(); in createBitFieldSeparatorIfNeeded() local 1759 llvm::DIType *RecordTy) { in CollectRecordLambdaFields() 1801 CGDebugInfo::CreateRecordStaticField(const VarDecl *Var, llvm::DIType *RecordTy, in CreateRecordStaticField() 1838 SmallVectorImpl<llvm::Metadata *> &elements, llvm::DIType *RecordTy, in CollectRecordNormalField() 1879 llvm::DICompositeType *RecordTy) { in CollectRecordFields() 2021 const CXXMethodDecl *Method, llvm::DIFile *Unit, llvm::DIType *RecordTy) { in CreateCXXMemberFunction() 2140 SmallVectorImpl<llvm::Metadata *> &EltTys, llvm::DIType *RecordTy) { in CollectCXXMemberFunctions() 2178 llvm::DIType *RecordTy) { in CollectCXXBases() 2193 SmallVectorImpl<llvm::Metadata *> &EltTys, llvm::DIType *RecordTy, in CollectCXXBasesAux()
|
H A D | ItaniumCXXABI.cpp | 195 bool hasUniqueVTablePointer(QualType RecordTy) { in hasUniqueVTablePointer() 1467 if (const RecordType *RecordTy = ThrowType->getAs<RecordType>()) { in emitThrow() local 3722 if (const RecordType *RecordTy = dyn_cast<RecordType>(Ty)) { in ShouldUseExternalRTTIDescriptor() local 3756 static bool IsIncompleteClassType(const RecordType *RecordTy) { in IsIncompleteClassType() 3772 if (const RecordType *RecordTy = dyn_cast<RecordType>(Ty)) { in ContainsIncompleteClassType() local 4215 if (const RecordType *RecordTy = dyn_cast<RecordType>(Ty)) { in BuildTypeInfo() local
|
H A D | CGClass.cpp | 645 QualType RecordTy = CGF.getContext().getTypeDeclType(ClassDecl); in EmitMemberInitializer() local 978 QualType RecordTy = CGF.getContext().getTypeDeclType(ClassDecl); in emitMemcpy() local 1124 QualType RecordTy = CGF.getContext().getTypeDeclType(ClassDecl); in pushEHDestructors() local 1646 QualType RecordTy = CGF.getContext().getTagDeclType(field->getParent()); in Emit() local
|
H A D | CGException.cpp | 2135 llvm::Type *RecordTy = llvm::PointerType::getUnqual(getLLVMContext()); in EmitSEHExceptionCodeSave() local
|
H A D | CGStmt.cpp | 3101 QualType RecordTy = getContext().getRecordType(RD); in InitCapturedStruct() local
|
H A D | CGDecl.cpp | 1533 if (const RecordType *RecordTy = Ty->getAs<RecordType>()) { in EmitAutoVarAlloca() local
|
H A D | MicrosoftCXXABI.cpp | 4086 QualType RecordTy = getContext().getRecordType(RD); in getAddrOfCXXCtorClosure() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | SystemZ.cpp | 512 if (const auto *RecordTy = Ty->getAs<RecordType>()) { in isVectorTypeBased() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaCXXScopeSpec.cpp | 33 if (const RecordType *RecordTy = dyn_cast<RecordType>(Ty)) { in getCurrentInstantiationOf() local
|
H A D | SemaDeclObjC.cpp | 3846 const auto *RecordTy = T->getAs<RecordType>(); in IsVariableSizedType() local 3892 } else if (const RecordType *RecordTy = IvarTy->getAs<RecordType>()) { in DiagnoseVariableSizedIvars() local 5535 if (const RecordType *RecordTy = in SetIvarInitializers() local
|
H A D | SemaExprMember.cpp | 796 QualType RecordTy = BaseType; in BuildMemberReferenceExpr() local
|
H A D | SemaObjCProperty.cpp | 1313 const RecordType *RecordTy = PropertyIvarType->getAs<RecordType>(); in ActOnPropertyImplDecl() local
|
H A D | SemaObjC.cpp | 1386 const RecordType *RecordTy = T->getAs<RecordType>(); in CheckSubscriptingKind() local
|
H A D | SemaCodeComplete.cpp | 1073 QualType RecordTy = Context.getTypeDeclType(Record); in getConstructors() local 3367 if (const auto *RecordTy = Ty->getAs<RecordType>()) in AddTypedNameChunk() local
|
H A D | SemaDeclCXX.cpp | 7440 if (const RecordType *RecordTy = BaseType->getAs<RecordType>()) { in defaultedSpecialMemberIsConstexpr() local 14550 if (const RecordType *RecordTy = T->getAs<RecordType>()) { in buildSingleCopyAssignRecursively() local
|
H A D | SemaOverload.cpp | 6570 const RecordType *RecordTy = T->getAs<RecordType>(); in PerformContextualImplicitConversion() local
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | SearchableTableEmitter.cpp | 697 if (auto RecordTy = dyn_cast<RecordRecTy>(Field.RecType)) { in collectTableEntries() local
|
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/ |
H A D | ObjCMT.cpp | 1060 const RecordType *RecordTy = UPointeeT->getAs<RecordType>(); in TypeIsInnerPointer() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 2794 for (const DICompositeType *RecordTy : TypesToEmit) emitDeferredCompleteTypes() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclCXX.cpp | 1177 if (const auto *RecordTy = T->getAs<RecordType>()) { in addedMember() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Compiler.cpp | 3535 if (const auto *RecordTy = getRecordTy(Ty)) in getRecord() local
|