/freebsd/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() 129 return R->getRecordType() == RecordKind::RK_Metadata_BufferExtents; in classof() 154 return R->getRecordType() == RecordKind::RK_Metadata_WallClockTime; 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() 258 return R->getRecordType() == RecordKind::RK_Metadata_CustomEventV5; in classof() 287 return R->getRecordType() == RecordKind::RK_Metadata_TypedEvent; in classof() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/XRay/ |
H A D | FDRRecordProducer.cpp | 189 Record::kindToString(R->getRecordType()).data()); in produce()
|
/freebsd/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 | 578 QualType result = ctx.getRecordType(record);
|
H A D | ASTContext.h | 1656 QualType getRecordType(const RecordDecl *Decl) const;
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Pointer.cpp | 450 QualType BaseTy = Ctx.getASTContext().getRecordType(BD->Decl); in toRValue() 457 QualType VirtBaseTy = Ctx.getASTContext().getRecordType(VD->Decl); in toRValue()
|
H A D | InterpFrame.cpp | 169 print(OS, This, S.getCtx(), S.getCtx().getRecordType(M->getParent())); in describe()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGCXXABI.cpp | 56 CGF.getAsNaturalPointerTo(This, CGF.getContext().getRecordType(RD)); in EmitLoadOfMemberFunctionPointer()
|
H A D | CGClass.cpp | 334 QualType DerivedTy = getContext().getRecordType(Derived); in GetAddressOfBaseClass() 2208 getContext().getRecordType(ClassDecl), CharUnits::Zero()); in EmitCXXConstructorCall() 3020 QualType ThisType = getContext().getPointerType(getContext().getRecordType(Lambda)); in EmitLambdaBlockInvokeBody() 3047 QualType LambdaType = getContext().getRecordType(Lambda); in EmitLambdaStaticInvokeBody() 3099 QualType LambdaType = getContext().getRecordType(MD->getParent()); in EmitLambdaInAllocaCallOpBody()
|
H A D | CodeGenTypes.cpp | 259 QualType T = Context.getRecordType(RD); in RefreshTypeCacheForClass()
|
H A D | CGDebugInfo.cpp | 1165 if (llvm::DIType *T = getTypeOrNull(CGM.getContext().getRecordType(RD))) in getOrCreateRecordFwdDecl() 2692 QualType Ty = CGM.getContext().getRecordType(RD); in completeClass() 2805 QualType Ty = CGM.getContext().getRecordType(RD); in completeRequiredType() 3673 RetainedTypes.push_back(CGM.getContext().getRecordType(&D).getAsOpaquePtr()); in completeUnusedClass() 3873 getTypeOrNull(CGM.getContext().getRecordType(RD))); in CreateLimitedType() 5736 CGM.getContext().getRecordType(RD).getAsOpaquePtr()); in EmitGlobalVariable()
|
H A D | CGOpenMPRuntime.cpp | 2942 QualType KmpCmplrdataTy = C.getRecordType(UD); in createKmpTaskTRecordDecl() 2977 addFieldToRecordDecl(C, RD, C.getRecordType(PrivateRD)); in createKmpTaskTWithPrivatesRecordDecl() 3609 KmpTaskAffinityInfoTy = C.getRecordType(KmpAffinityInfoRD); in getKmpAffinityType() 3667 SavedKmpTaskloopTQTy = C.getRecordType(createKmpTaskTRecordDecl( in emitTaskInit() 3677 SavedKmpTaskTQTy = C.getRecordType(createKmpTaskTRecordDecl( in emitTaskInit() 3686 QualType KmpTaskTWithPrivatesQTy = C.getRecordType(KmpTaskTWithPrivatesQTyRD); in emitTaskInit() 4044 KmpDependInfoTy = C.getRecordType(KmpDependInfoRD); in getDependTypes() 5471 QualType RDType = C.getRecordType(RD); in emitTaskReductionInit() 10575 CDT = C.getPointerType(C.getRecordType(MD->getParent())); in evaluateCDTSize() 11158 KmpDimTy = C.getRecordType(RD); in emitDoacrossInit() [all …]
|
H A D | CGOpenMPRuntimeGPU.cpp | 772 QualType RecTy = C.getRecordType(TeamReductionRec); in emitKernelDeinit() 782 QualType StaticTy = C.getRecordType(StaticRD); in emitKernelDeinit()
|
H A D | CGVTables.cpp | 1398 Context.getRecordType(AP.Base).getTypePtr())); in EmitVTableTypeMetadata()
|
H A D | CGExprCXX.cpp | 361 C.getRecordType(CalleeDecl->getParent()), in EmitCXXMemberOrOperatorMemberCallExpr()
|
/freebsd/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/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclCXX.cpp | 1402 S.CheckBaseClassAccess(Loc, BaseType, S.Context.getRecordType(RD), in findDecomposableBaseClass() 1436 QualType BaseType = S.Context.getQualifiedType(S.Context.getRecordType(RD), in checkMemberDecomposition() 6895 diag::warn_non_virtual_dtor) << Context.getRecordType(Record); in CheckCompletedCXXClass() 6917 << Context.getRecordType(Record) << FA->isSpelledAsSealed(); in CheckCompletedCXXClass() 7654 Context.getRecordType(RD))) { in CheckExplicitlyDefaultedSpecialMember() 8116 : S.Context.getRecordType(RD); in visitBinaryOperator() 8799 ExpectedTy = Context.getRecordType(RD); in CheckExplicitlyDefaultedComparison() 8825 QualType PlainTy = Context.getRecordType(RD); in CheckExplicitlyDefaultedComparison() 8856 if (RequireCompleteType(FD->getLocation(), Context.getRecordType(RD), in CheckExplicitlyDefaultedComparison() 10038 QualType Ty = Context.getRecordType(R in DiagnoseNontrivial() [all...] |
H A D | SemaAccess.cpp | 1783 Context.getRecordType(DecomposedClass)); in CheckStructuredBindingMemberAccess()
|
H A D | SemaLambda.cpp | 407 QualType LambdaType = getASTContext().getRecordType(RD); in DiagnoseInvalidExplicitObjectParameterInLambda()
|
H A D | SemaLookup.cpp | 2739 Result.setBaseObjectType(Context.getRecordType(Class)); in LookupInSuper() 3015 Result.S.Context.getRecordType(Class))) in addAssociatedClassesAndNamespaces()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ODRHash.cpp | 1309 D->getASTContext().getRecordType(cast<CXXRecordDecl>(D)); in AddStructuralValue()
|
H A D | ASTContext.cpp | 5044 return getRecordType(Record); in getTypeDeclTypeSlow() 5119 QualType ASTContext::getRecordType(const RecordDecl *Decl) const { in getRecordType() function in ASTContext 9268 QualType VaListTagType = Context->getRecordType(VaListTagDecl); in CreateAArch64ABIBuiltinVaListDecl() 9320 QualType VaListTagType = Context->getRecordType(VaListTagDecl); in CreatePowerABIBuiltinVaListDecl() 9379 QualType VaListTagType = Context->getRecordType(VaListTagDecl); in CreateX86_64ABIBuiltinVaListDecl() 9435 QualType T = Context->getRecordType(VaListDecl); in CreateAAPCSABIBuiltinVaListDecl() 9482 QualType VaListTagType = Context->getRecordType(VaListTagDecl); in CreateSystemZBuiltinVaListDecl() 9529 QualType VaListTagType = Context->getRecordType(VaListTagDecl); in CreateHexagonBuiltinVaListDecl()
|
H A D | ItaniumMangle.cpp | 5608 mangleType(Context.getASTContext().getRecordType(cast<LambdaExpr>(E)->getLambdaClass())); in mangleExpression() 6266 T = Ctx.getRecordType( in getLValueType() 6633 TypeSoFar = Ctx.getRecordType(cast<CXXRecordDecl>(D)); in mangleValueInTemplateArg()
|
H A D | ExprConstant.cpp | 395 : Ctx.getRecordType(getAsBaseClass(Entries.back())); in getType() 3896 ObjType = getSubobjectType(ObjType, Info.Ctx.getRecordType(Base)); in findSubobject() 6009 CanQualType CQT = Info.Ctx.getCanonicalType(Info.Ctx.getRecordType(C)); in HandleDynamicCast() 6035 << Info.Ctx.getRecordType(DynType->Type) in HandleDynamicCast() 6520 handleDefaultInitValue(Info.Ctx.getRecordType(CD), *Value); in HandleConstructorCall() 8120 Info.Ctx.getRecordType(DD->getParent())) && in handleCallExpr() 8820 TypeInfoLValue(Info.Ctx.getRecordType(DynType->Type).getTypePtr()); in VisitCXXTypeidExpr() 16996 ImplicitValueInitExpr VIE(RD ? Info.Ctx.getRecordType(RD) : Info.Ctx.IntTy); in isPotentialConstantExpr()
|