| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/XRay/ |
| H A D | FDRRecords.h | 62 RecordKind getRecordType() const { return T; } in getRecordType() function 98 return R->getRecordType() >= RecordKind::RK_Metadata && in classof() 99 R->getRecordType() <= RecordKind::RK_Metadata_LastMetadata; in classof() 180 return R->getRecordType() == RecordKind::RK_Metadata_NewCPUId; in classof() 202 return R->getRecordType() == RecordKind::RK_Metadata_TSCWrap; in classof() 231 return R->getRecordType() == RecordKind::RK_Metadata_CustomEvent; in classof() 287 return R->getRecordType() == RecordKind::RK_Metadata_TypedEvent; in classof() 309 return R->getRecordType() == RecordKind::RK_Metadata_CallArg; in classof() 332 return R->getRecordType() == RecordKind::RK_Metadata_PIDEntry; in classof() 355 return R->getRecordType() == RecordKind::RK_Metadata_NewBuffer; in classof() [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/ |
| H A D | Pointer.cpp | 299 QualType BaseTy = Ctx.getASTContext().getRecordType(BD->Decl); in toRValue() 306 QualType VirtBaseTy = Ctx.getASTContext().getRecordType(VD->Decl); in toRValue()
|
| H A D | InterpFrame.cpp | 164 print(OS, This, S.getCtx(), S.getCtx().getRecordType(M->getParent())); in describe()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/XRay/ |
| H A D | FDRRecordProducer.cpp | 189 Record::kindToString(R->getRecordType()).data()); in produce()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | AbstractBasicWriter.h | 185 elemTy = ctx.getRecordType(recordDecl); in writeLValuePathSerializationHelper()
|
| H A D | AbstractBasicReader.h | 201 elemTy = getASTContext().getRecordType(recordDecl); in readLValuePathSerializationHelper()
|
| H A D | TypeProperties.td | 531 QualType result = ctx.getRecordType(record);
|
| H A D | ASTContext.h | 1594 QualType getRecordType(const RecordDecl *Decl) const;
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntimeGPU.cpp | 792 QualType RecTy = C.getRecordType(TeamReductionRec); in emitKernelDeinit() 802 QualType StaticTy = C.getRecordType(StaticRD); in emitKernelDeinit() 2194 QualType StaticTy = C.getRecordType(TeamReductionRec); in emitListToGlobalCopyFunction() 2298 QualType StaticTy = C.getRecordType(TeamReductionRec); in emitListToGlobalReduceFunction() 2400 QualType StaticTy = C.getRecordType(TeamReductionRec); in emitGlobalToListCopyFunction() 2505 QualType StaticTy = C.getRecordType(TeamReductionRec); in emitGlobalToListReduceFunction() 2884 CGF.getTypeSize(C.getRecordType(ReductionRec)); in emitReduction()
|
| H A D | CGClass.cpp | 332 QualType DerivedTy = getContext().getRecordType(Derived); in GetAddressOfBaseClass() 2198 getContext().getRecordType(ClassDecl), CharUnits::Zero()); in EmitCXXConstructorCall() 2977 QualType ThisType = getContext().getPointerType(getContext().getRecordType(Lambda)); in EmitLambdaBlockInvokeBody() 3004 QualType LambdaType = getContext().getRecordType(Lambda); in EmitLambdaStaticInvokeBody() 3056 QualType LambdaType = getContext().getRecordType(MD->getParent()); in EmitLambdaInAllocaCallOpBody()
|
| H A D | CodeGenTypes.cpp | 203 QualType T = Context.getRecordType(RD); in RefreshTypeCacheForClass()
|
| H A D | CGDebugInfo.cpp | 1146 if (llvm::DIType *T = getTypeOrNull(CGM.getContext().getRecordType(RD))) in getOrCreateRecordFwdDecl() 2566 QualType Ty = CGM.getContext().getRecordType(RD); in completeClass() 2679 QualType Ty = CGM.getContext().getRecordType(RD); in completeRequiredType() 3523 RetainedTypes.push_back(CGM.getContext().getRecordType(&D).getAsOpaquePtr()); in completeUnusedClass() 3720 getTypeOrNull(CGM.getContext().getRecordType(RD))); in CreateLimitedType() 5595 CGM.getContext().getRecordType(RD).getAsOpaquePtr()); in EmitGlobalVariable()
|
| H A D | CGOpenMPRuntime.cpp | 2927 QualType KmpCmplrdataTy = C.getRecordType(UD); in createKmpTaskTRecordDecl() 2962 addFieldToRecordDecl(C, RD, C.getRecordType(PrivateRD)); in createKmpTaskTWithPrivatesRecordDecl() 3595 KmpTaskAffinityInfoTy = C.getRecordType(KmpAffinityInfoRD); in getKmpAffinityType() 3653 SavedKmpTaskloopTQTy = C.getRecordType(createKmpTaskTRecordDecl( in emitTaskInit() 3663 SavedKmpTaskTQTy = C.getRecordType(createKmpTaskTRecordDecl( in emitTaskInit() 3672 QualType KmpTaskTWithPrivatesQTy = C.getRecordType(KmpTaskTWithPrivatesQTyRD); in emitTaskInit() 4029 KmpDependInfoTy = C.getRecordType(KmpDependInfoRD); in getDependTypes() 5455 QualType RDType = C.getRecordType(RD); in emitTaskReductionInit() 10547 CDT = C.getPointerType(C.getRecordType(MD->getParent())); in evaluateCDTSize() 11130 KmpDimTy = C.getRecordType(RD); in emitDoacrossInit() [all …]
|
| H A D | CGVTables.cpp | 1355 Context.getRecordType(AP.Base).getTypePtr())); in EmitVTableTypeMetadata()
|
| H A D | CGExprCXX.cpp | 358 C.getRecordType(CalleeDecl->getParent()), in EmitCXXMemberOrOperatorMemberCallExpr()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | CallEvent.cpp | 834 QualType Ty = Ctx.getPointerType(Ctx.getRecordType(Class)); in getInitialStackFrameContents() 845 QualType StaticTy = Ctx.getPointerType(Ctx.getRecordType(StaticClass)); in getInitialStackFrameContents()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 7764 Context.getRecordType(RD))) { in CheckExplicitlyDefaultedSpecialMember() 8219 : S.Context.getRecordType(RD); in visitBinaryOperator() 8901 ExpectedTy = Context.getRecordType(RD); in CheckExplicitlyDefaultedComparison() 8927 QualType PlainTy = Context.getRecordType(RD); in CheckExplicitlyDefaultedComparison() 10128 QualType Ty = Context.getRecordType(RD); in DiagnoseNontrivial() 10178 Context.getRecordType(RD).withConst()); in SpecialMemberIsTrivial() 12752 QualType FoundType = Ctx.getRecordType(FoundRecord); in ValidateCandidate() 12769 Ctx.getRecordType(FoundRecord), in ValidateCandidate() 12851 Context.getCanonicalType(Context.getRecordType(RD)))); in BuildUsingDeclaration() 13846 S.Context.getRecordType(ClassDecl), in ComputeDefaultedSpecialMemberExceptionSpec() [all …]
|
| H A D | SemaAccess.cpp | 1771 Context.getRecordType(DecomposedClass)); in CheckStructuredBindingMemberAccess()
|
| H A D | SemaLambda.cpp | 403 QualType LambdaType = getASTContext().getRecordType(RD); in DiagnoseInvalidExplicitObjectParameterInLambda()
|
| H A D | SemaLookup.cpp | 2772 Result.setBaseObjectType(Context.getRecordType(Class)); in LookupInSuper() 3052 Result.S.Context.getRecordType(Class))) in addAssociatedClassesAndNamespaces()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | DynamicTypePropagation.cpp | 252 QualType Ty = Ctx.getPointerType(Ctx.getRecordType(MD->getParent())); in recordFixedType()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | ODRHash.cpp | 1292 D->getASTContext().getRecordType(cast<CXXRecordDecl>(D)); in AddStructuralValue()
|
| H A D | ASTContext.cpp | 4629 return getRecordType(Record); in getTypeDeclTypeSlow() 4704 QualType ASTContext::getRecordType(const RecordDecl *Decl) const { in getRecordType() function in ASTContext 8809 QualType VaListTagType = Context->getRecordType(VaListTagDecl); in CreateAArch64ABIBuiltinVaListDecl() 8861 QualType VaListTagType = Context->getRecordType(VaListTagDecl); in CreatePowerABIBuiltinVaListDecl() 8920 QualType VaListTagType = Context->getRecordType(VaListTagDecl); in CreateX86_64ABIBuiltinVaListDecl() 8976 QualType T = Context->getRecordType(VaListDecl); in CreateAAPCSABIBuiltinVaListDecl() 9023 QualType VaListTagType = Context->getRecordType(VaListTagDecl); in CreateSystemZBuiltinVaListDecl() 9070 QualType VaListTagType = Context->getRecordType(VaListTagDecl); in CreateHexagonBuiltinVaListDecl()
|
| H A D | ItaniumMangle.cpp | 5577 mangleType(Context.getASTContext().getRecordType(cast<LambdaExpr>(E)->getLambdaClass())); in mangleExpression() 6235 T = Ctx.getRecordType( in getLValueType() 6602 TypeSoFar = Ctx.getRecordType(cast<CXXRecordDecl>(D)); in mangleValueInTemplateArg()
|
| H A D | ExprConstant.cpp | 390 : Ctx.getRecordType(getAsBaseClass(Entries.back())); in getType() 3868 ObjType = getSubobjectType(ObjType, Info.Ctx.getRecordType(Base)); in findSubobject() 5948 CanQualType CQT = Info.Ctx.getCanonicalType(Info.Ctx.getRecordType(C)); in HandleDynamicCast() 5974 << Info.Ctx.getRecordType(DynType->Type) in HandleDynamicCast() 6459 handleDefaultInitValue(Info.Ctx.getRecordType(CD), *Value); in HandleConstructorCall() 8056 Info.Ctx.getRecordType(DD->getParent())) && in handleCallExpr() 8734 TypeInfoLValue(Info.Ctx.getRecordType(DynType->Type).getTypePtr()); in VisitCXXTypeidExpr() 16576 ImplicitValueInitExpr VIE(RD ? Info.Ctx.getRecordType(RD) : Info.Ctx.IntTy); in isPotentialConstantExpr()
|