| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CGExprAgg.cpp | 229 const RecordType *RecordTy = T->getAs<RecordType>(); in TypeRequiresGCollection() local 1525 } else if (const RecordType *RecordTy = Ty->getAs<RecordType>()) { in EmitAggregateCopy() local 1534 if (const RecordType *RecordTy = BaseType->getAs<RecordType>()) { in EmitAggregateCopy() local
|
| HD | CGDebugInfo.cpp | 857 llvm::DIType *RecordTy) { in CollectRecordLambdaFields() 900 CGDebugInfo::CreateRecordStaticField(const VarDecl *Var, llvm::DIType *RecordTy, in CreateRecordStaticField() 930 SmallVectorImpl<llvm::Metadata *> &elements, llvm::DIType *RecordTy, in CollectRecordNormalField() 955 llvm::DICompositeType *RecordTy) { in CollectRecordFields() 1065 const CXXMethodDecl *Method, llvm::DIFile *Unit, llvm::DIType *RecordTy) { in CreateCXXMemberFunction() 1141 SmallVectorImpl<llvm::Metadata *> &EltTys, llvm::DIType *RecordTy) { in CollectCXXMemberFunctions() 1179 llvm::DIType *RecordTy) { in CollectCXXBases()
|
| HD | CGClass.cpp | 586 QualType RecordTy = CGF.getContext().getTypeDeclType(ClassDecl); in EmitMemberInitializer() local 932 QualType RecordTy = CGF.getContext().getTypeDeclType(ClassDecl); in emitMemcpy() local 1093 QualType RecordTy = CGF.getContext().getTypeDeclType(ClassDecl); in pushEHDestructors() local 1550 QualType RecordTy = CGF.getContext().getTagDeclType(field->getParent()); in Emit() local
|
| HD | ItaniumCXXABI.cpp | 966 if (const RecordType *RecordTy = ThrowType->getAs<RecordType>()) { in emitThrow() local 2296 if (const RecordType *RecordTy = dyn_cast<RecordType>(Ty)) { in GetAddrOfExternalRTTIDescriptor() local 2413 if (const RecordType *RecordTy = dyn_cast<RecordType>(Ty)) { in ShouldUseExternalRTTIDescriptor() local 2437 static bool IsIncompleteClassType(const RecordType *RecordTy) { in IsIncompleteClassType() 2453 if (const RecordType *RecordTy = dyn_cast<RecordType>(Ty)) { in ContainsIncompleteClassType() local
|
| HD | CGStmt.cpp | 2152 QualType RecordTy = getContext().getRecordType(RD); in InitCapturedStruct() local
|
| HD | CGException.cpp | 1645 llvm::Type *RecordTy = CGM.Int32Ty->getPointerTo(); in EmitSEHExceptionCodeSave() local
|
| HD | CGDecl.cpp | 945 if (const RecordType *RecordTy = Ty->getAs<RecordType>()) { in EmitAutoVarAlloca() local
|
| HD | MicrosoftCXXABI.cpp | 3738 QualType RecordTy = getContext().getRecordType(RD); in getAddrOfCXXCtorClosure() local
|
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaCXXScopeSpec.cpp | 35 if (const RecordType *RecordTy = dyn_cast<RecordType>(Ty)) { in getCurrentInstantiationOf() local
|
| HD | SemaPseudoObject.cpp | 1018 const RecordType *RecordTy = T->getAs<RecordType>(); in CheckSubscriptingKind() local
|
| HD | SemaExprMember.cpp | 695 QualType RecordTy = BaseType; in BuildMemberReferenceExpr() local
|
| HD | SemaDeclCXX.cpp | 5151 if (const RecordType *RecordTy = BaseType->getAs<RecordType>()) { in defaultedSpecialMemberIsConstexpr() local 8776 } else if (const RecordType *RecordTy in ComputeDefaultedDefaultCtorExceptionSpec() local 8843 } else if (const RecordType *RecordTy in ComputeInheritingCtorExceptionSpec() local 9350 if (const RecordType *RecordTy in ComputeDefaultedDtorExceptionSpec() local 9771 if (const RecordType *RecordTy = T->getAs<RecordType>()) { in buildSingleCopyAssignRecursively() local 13381 if (const RecordType *RecordTy = in SetIvarInitializers() local
|
| HD | SemaTemplateInstantiateDecl.cpp | 496 if (const RecordType *RecordTy = D->getType()->getAs<RecordType>()) in VisitVarDecl() local 2653 if (const RecordType *RecordTy = D->getType()->getAs<RecordType>()) in VisitVarTemplateSpecializationDecl() local
|
| HD | SemaCodeComplete.cpp | 798 QualType RecordTy = Context.getTypeDeclType(Record); in MaybeAddConstructorResults() local 2543 if (const RecordType *RecordTy = Ty->getAs<RecordType>()) in AddTypedNameChunk() local
|
| HD | SemaOverload.cpp | 5362 const RecordType *RecordTy = T->getAs<RecordType>(); in PerformContextualImplicitConversion() local
|
| /NextBSD/contrib/llvm/tools/clang/lib/AST/ |
| HD | DeclCXX.cpp | 745 if (const RecordType *RecordTy = T->getAs<RecordType>()) { in addedMember() local
|
| /NextBSD/contrib/llvm/tools/clang/lib/ARCMigrate/ |
| HD | ObjCMT.cpp | 1084 const RecordType *RecordTy = UPointeeT->getAs<RecordType>(); in TypeIsInnerPointer() local
|