/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 1502 createBitFieldType(const FieldDecl * BitFieldDecl,llvm::DIScope * RecordTy,const RecordDecl * RD) createBitFieldType() argument 1589 llvm::DIScope *RecordTy = BitFieldDI->getScope(); createBitFieldSeparatorIfNeeded() local 1633 CollectRecordLambdaFields(const CXXRecordDecl * CXXDecl,SmallVectorImpl<llvm::Metadata * > & elements,llvm::DIType * RecordTy) CollectRecordLambdaFields() argument 1675 CreateRecordStaticField(const VarDecl * Var,llvm::DIType * RecordTy,const RecordDecl * RD) CreateRecordStaticField() argument 1712 CollectRecordNormalField(const FieldDecl * field,uint64_t OffsetInBits,llvm::DIFile * tunit,SmallVectorImpl<llvm::Metadata * > & elements,llvm::DIType * RecordTy,const RecordDecl * RD) CollectRecordNormalField() argument 1753 CollectRecordFields(const RecordDecl * record,llvm::DIFile * tunit,SmallVectorImpl<llvm::Metadata * > & elements,llvm::DICompositeType * RecordTy) CollectRecordFields() argument 1895 CreateCXXMemberFunction(const CXXMethodDecl * Method,llvm::DIFile * Unit,llvm::DIType * RecordTy) CreateCXXMemberFunction() argument 2014 CollectCXXMemberFunctions(const CXXRecordDecl * RD,llvm::DIFile * Unit,SmallVectorImpl<llvm::Metadata * > & EltTys,llvm::DIType * RecordTy) CollectCXXMemberFunctions() argument 2052 CollectCXXBases(const CXXRecordDecl * RD,llvm::DIFile * Unit,SmallVectorImpl<llvm::Metadata * > & EltTys,llvm::DIType * RecordTy) CollectCXXBases() argument 2067 CollectCXXBasesAux(const CXXRecordDecl * RD,llvm::DIFile * Unit,SmallVectorImpl<llvm::Metadata * > & EltTys,llvm::DIType * RecordTy,const CXXRecordDecl::base_class_const_range & Bases,llvm::DenseSet<CanonicalDeclPtr<const CXXRecordDecl>> & SeenTypes,llvm::DINode::DIFlags StartingFlags) CollectCXXBasesAux() argument [all...] |
H A D | CGExprAgg.cpp | 2195 if (const RecordType *RecordTy = BaseType->getAs<RecordType>()) { in EmitAggregateCopy() local 263 const RecordType *RecordTy = T->getAs<RecordType>(); TypeRequiresGCollection() local 2204 if (const RecordType *RecordTy = BaseType->getAs<RecordType>()) { EmitAggregateCopy() local
|
H A D | ItaniumCXXABI.cpp | 194 hasUniqueVTablePointer(QualType RecordTy) hasUniqueVTablePointer() argument 1322 if (const RecordType *RecordTy = ThrowType->getAs<RecordType>()) { emitThrow() local 3453 if (const RecordType *RecordTy = dyn_cast<RecordType>(Ty)) { ShouldUseExternalRTTIDescriptor() local 3487 IsIncompleteClassType(const RecordType * RecordTy) IsIncompleteClassType() argument 3503 if (const RecordType *RecordTy = dyn_cast<RecordType>(Ty)) { ContainsIncompleteClassType() local 3937 if (const RecordType *RecordTy = dyn_cast<RecordType>(Ty)) { BuildTypeInfo() local [all...] |
H A D | CGClass.cpp | 636 QualType RecordTy = CGF.getContext().getTypeDeclType(ClassDecl); EmitMemberInitializer() local 969 QualType RecordTy = CGF.getContext().getTypeDeclType(ClassDecl); emitMemcpy() local 1115 QualType RecordTy = CGF.getContext().getTypeDeclType(ClassDecl); pushEHDestructors() local 1637 QualType RecordTy = CGF.getContext().getTagDeclType(field->getParent()); Emit() local [all...] |
H A D | CGException.cpp | 2132 llvm::Type *RecordTy = llvm::PointerType::getUnqual(getLLVMContext()); EmitSEHExceptionCodeSave() local
|
H A D | CGStmt.cpp | 2923 QualType RecordTy = getContext().getRecordType(RD); InitCapturedStruct() local
|
H A D | CGDecl.cpp | 1528 if (const RecordType *RecordTy = Ty->getAs<RecordType>()) { EmitAutoVarAlloca() local
|
H A D | MicrosoftCXXABI.cpp | 4073 QualType RecordTy = getContext().getRecordType(RD); getAddrOfCXXCtorClosure() local
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | SystemZ.cpp | 510 if (const auto *RecordTy = Ty->getAs<RecordType>()) { isVectorTypeBased() local
|
/freebsd-src/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 | SemaPseudoObject.cpp | 1058 const RecordType *RecordTy = T->getAs<RecordType>(); CheckSubscriptingKind() local
|
H A D | SemaExprMember.cpp | 797 if (IsArrow) RecordTy = RecordTy->castAs<PointerType>()->getPointeeType(); in BuildMemberReferenceExpr() local
|
H A D | SemaObjCProperty.cpp | 1332 const RecordType *RecordTy = PropertyIvarType->getAs<RecordType>(); ActOnPropertyImplDecl() local
|
H A D | SemaDeclObjC.cpp | 3843 const auto *RecordTy = T->getAs<RecordType>(); IsVariableSizedType() local 3889 } else if (const RecordType *RecordTy = IvarTy->getAs<RecordType>()) { DiagnoseVariableSizedIvars() local
|
H A D | SemaCodeComplete.cpp | 1066 QualType RecordTy = Context.getTypeDeclType(Record); getConstructors() local 3361 if (const auto *RecordTy = Ty->getAs<RecordType>()) AddTypedNameChunk() local
|
H A D | SemaDeclCXX.cpp | 7556 if (const RecordType *RecordTy = BaseType->getAs<RecordType>()) { defaultedSpecialMemberIsConstexpr() local 14678 if (const RecordType *RecordTy = T->getAs<RecordType>()) { buildSingleCopyAssignRecursively() local 18858 if (const RecordType *RecordTy = SetIvarInitializers() local
|
H A D | SemaOverload.cpp | 6539 const RecordType *RecordTy = T->getAs<RecordType>(); PerformContextualImplicitConversion() local
|
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | SearchableTableEmitter.cpp | 646 if (auto RecordTy = dyn_cast<RecordRecTy>(Field.RecType)) { collectTableEntries() local
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | ByteCodeExprGen.cpp |
|
/freebsd-src/contrib/llvm-project/clang/lib/ARCMigrate/ |
H A D | ObjCMT.cpp | 1060 const RecordType *RecordTy = UPointeeT->getAs<RecordType>(); in TypeIsInnerPointer() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 2812 for (const DICompositeType *RecordTy : TypesToEmit) in emitDeferredCompleteTypes() local
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclCXX.cpp | 1135 if (const auto *RecordTy = T->getAs<RecordType>()) { addedMember() local
|