/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 1373 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 D | CGExprAgg.cpp | 240 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 D | ItaniumCXXABI.cpp | 1335 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 D | CGClass.cpp | 645 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 D | CGStmt.cpp | 2653 QualType RecordTy = getContext().getRecordType(RD); in InitCapturedStruct() local
|
H A D | CGException.cpp | 2113 llvm::Type *RecordTy = CGM.Int32Ty->getPointerTo(); in EmitSEHExceptionCodeSave() local
|
H A D | CGDecl.cpp | 1490 if (const RecordType *RecordTy = Ty->getAs<RecordType>()) { in EmitAutoVarAlloca() local
|
H A D | MicrosoftCXXABI.cpp | 3978 QualType RecordTy = getContext().getRecordType(RD); in getAddrOfCXXCtorClosure() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/ |
H A D | ByteCodeExprGen.cpp | 507 if (auto *RecordTy = getRecordTy(Ty)) { in getRecord() local
|
/netbsd-src/external/apache2/llvm/dist/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 | 1053 const RecordType *RecordTy = T->getAs<RecordType>(); in CheckSubscriptingKind() local
|
H A D | SemaExprMember.cpp | 762 QualType RecordTy = BaseType; in BuildMemberReferenceExpr() local
|
H A D | SemaObjCProperty.cpp | 1332 const RecordType *RecordTy = PropertyIvarType->getAs<RecordType>(); in ActOnPropertyImplDecl() local
|
H A D | SemaDeclObjC.cpp | 3828 const auto *RecordTy = T->getAs<RecordType>(); in IsVariableSizedType() local 3874 } else if (const RecordType *RecordTy = IvarTy->getAs<RecordType>()) { in DiagnoseVariableSizedIvars() local
|
H A D | SemaCodeComplete.cpp | 1043 QualType RecordTy = Context.getTypeDeclType(Record); in getConstructors() local 3257 if (const auto *RecordTy = Ty->getAs<RecordType>()) in AddTypedNameChunk() local
|
H A D | SemaDeclCXX.cpp | 7193 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 D | SemaOverload.cpp | 6059 const RecordType *RecordTy = T->getAs<RecordType>(); in PerformContextualImplicitConversion() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
H A D | SearchableTableEmitter.cpp | 645 if (auto RecordTy = dyn_cast<RecordRecTy>(Field.RecType)) { in collectTableEntries() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/ |
H A D | ObjCMT.cpp | 1064 const RecordType *RecordTy = UPointeeT->getAs<RecordType>(); in TypeIsInnerPointer() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 2651 for (const DICompositeType *RecordTy : TypesToEmit) in emitDeferredCompleteTypes() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | DeclCXX.cpp | 1137 if (const auto *RecordTy = T->getAs<RecordType>()) { in addedMember() local
|