Home
last modified time | relevance | path

Searched refs:getRecordType (Results 1 – 25 of 46) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/include/llvm/XRay/
H A DFDRRecords.h63 RecordKind getRecordType() const { return T; } in getRecordType() function
99 return R->getRecordType() >= RecordKind::RK_Metadata && in classof()
100 R->getRecordType() <= RecordKind::RK_Metadata_LastMetadata; in classof()
130 return R->getRecordType() == RecordKind::RK_Metadata_BufferExtents; in classof()
155 return R->getRecordType() == RecordKind::RK_Metadata_WallClockTime; in classof()
181 return R->getRecordType() == RecordKind::RK_Metadata_NewCPUId; in classof()
203 return R->getRecordType() == RecordKind::RK_Metadata_TSCWrap; in classof()
232 return R->getRecordType() == RecordKind::RK_Metadata_CustomEvent; in classof()
259 return R->getRecordType() == RecordKind::RK_Metadata_CustomEventV5; in classof()
288 return R->getRecordType() == RecordKind::RK_Metadata_TypedEvent; in classof()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/XRay/
H A DFDRRecordProducer.cpp189 Record::kindToString(R->getRecordType()).data()); in produce()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DAbstractBasicWriter.h184 elemTy = ctx.getRecordType(recordDecl); in writeLValuePathSerializationHelper()
H A DAbstractBasicReader.h200 elemTy = getASTContext().getRecordType(recordDecl); in readLValuePathSerializationHelper()
H A DTypeProperties.td570 QualType result = ctx.getRecordType(record);
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterpFrame.cpp162 S.getASTContext().getRecordType(M->getParent()))); in describe()
H A DPointer.cpp708 QualType BaseTy = Ctx.getASTContext().getRecordType(BD->Decl); in toRValue()
715 QualType VirtBaseTy = Ctx.getASTContext().getRecordType(VD->Decl); in toRValue()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXXABI.cpp55 CGF.getAsNaturalPointerTo(This, CGF.getContext().getRecordType(RD)); in EmitLoadOfMemberFunctionPointer()
H A DCGClass.cpp329 QualType DerivedTy = getContext().getRecordType(Derived); in GetAddressOfBaseClass()
2213 getContext().getRecordType(ClassDecl), CharUnits::Zero()); in EmitCXXConstructorCall()
3042 QualType ThisType = getContext().getPointerType(getContext().getRecordType(Lambda)); in EmitLambdaBlockInvokeBody()
3069 QualType LambdaType = getContext().getRecordType(Lambda); in EmitLambdaStaticInvokeBody()
3121 QualType LambdaType = getContext().getRecordType(MD->getParent()); in EmitLambdaInAllocaCallOpBody()
H A DCodeGenTypes.cpp268 QualType T = Context.getRecordType(RD); in RefreshTypeCacheForClass()
H A DCGDebugInfo.cpp1340 if (llvm::DIType *T = getTypeOrNull(CGM.getContext().getRecordType(RD))) in getOrCreateRecordFwdDecl()
2916 QualType Ty = CGM.getContext().getRecordType(RD); in completeClass()
3029 QualType Ty = CGM.getContext().getRecordType(RD); in completeRequiredType()
3919 RetainedTypes.push_back(CGM.getContext().getRecordType(&D).getAsOpaquePtr()); in completeUnusedClass()
4123 getTypeOrNull(CGM.getContext().getRecordType(RD))); in CreateLimitedType()
5999 CGM.getContext().getRecordType(RD).getAsOpaquePtr()); in EmitGlobalVariable()
H A DCGOpenMPRuntimeGPU.cpp772 QualType RecTy = C.getRecordType(TeamReductionRec); in emitKernelDeinit()
782 QualType StaticTy = C.getRecordType(StaticRD); in emitKernelDeinit()
H A DCGOpenMPRuntime.cpp2918 QualType KmpCmplrdataTy = C.getRecordType(UD); in createKmpTaskTRecordDecl()
2953 addFieldToRecordDecl(C, RD, C.getRecordType(PrivateRD)); in createKmpTaskTWithPrivatesRecordDecl()
3585 KmpTaskAffinityInfoTy = C.getRecordType(KmpAffinityInfoRD); in getKmpAffinityType()
3643 SavedKmpTaskloopTQTy = C.getRecordType(createKmpTaskTRecordDecl( in emitTaskInit()
3653 SavedKmpTaskTQTy = C.getRecordType(createKmpTaskTRecordDecl( in emitTaskInit()
3662 QualType KmpTaskTWithPrivatesQTy = C.getRecordType(KmpTaskTWithPrivatesQTyRD); in emitTaskInit()
4018 KmpDependInfoTy = C.getRecordType(KmpDependInfoRD); in getDependTypes()
5717 QualType RDType = C.getRecordType(RD); in emitTaskReductionInit()
10643 CDT = C.getPointerType(C.getRecordType(MD->getParent())); in evaluateCDTSize()
11225 KmpDimTy = C.getRecordType(RD); in emitDoacrossInit()
[all …]
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp846 QualType Ty = Ctx.getPointerType(Ctx.getRecordType(Class)); in getInitialStackFrameContents()
857 QualType StaticTy = Ctx.getPointerType(Ctx.getRecordType(StaticClass)); in getInitialStackFrameContents()
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenTypes.cpp106 astContext.getRecordType(recordDecl).print(outStream, policy); in getRecordTypeName()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp1455 S.CheckBaseClassAccess(Loc, BaseType, S.Context.getRecordType(RD), in findDecomposableBaseClass()
1531 QualType BaseType = S.Context.getQualifiedType(S.Context.getRecordType(RD), in checkMemberDecomposition()
7003 diag::warn_non_virtual_dtor) << Context.getRecordType(Record); in CheckCompletedCXXClass()
7025 << Context.getRecordType(Record) << FA->isSpelledAsSealed(); in CheckCompletedCXXClass()
7336 << FoundOperator << Context.getRecordType(Record) in CheckCompletedCXXClass()
7822 Context.getRecordType(RD)))) { in CheckExplicitlyDefaultedSpecialMember()
8281 : S.Context.getRecordType(RD); in visitBinaryOperator()
8982 ExpectedTy = Context.getRecordType(RD); in CheckExplicitlyDefaultedComparison()
9005 QualType PlainTy = Context.getRecordType(RD); in CheckExplicitlyDefaultedComparison()
9036 if (RequireCompleteType(FD->getLocation(), Context.getRecordType(RD), in CheckExplicitlyDefaultedComparison()
[all …]
H A DHLSLBuiltinTypeDeclBuilder.cpp581 (void)Record->getASTContext().getRecordType(Record); in finalizeForwardDeclaration()
H A DSemaAccess.cpp1779 Context.getRecordType(DecomposedClass)); in CheckStructuredBindingMemberAccess()
H A DSemaDeclAttr.cpp232 static const RecordType *getRecordType(QualType QT) { in getRecordType() function
260 const RecordType *RT = getRecordType(Ty); in checkRecordTypeForCapability()
278 const RecordType *RT = getRecordType(Ty); in checkRecordTypeForScopedCapability()
402 const RecordType *RT = getRecordType(ArgTy); in checkAttrArgsAreCapabilityObjs()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp248 QualType Ty = Ctx.getPointerType(Ctx.getRecordType(MD->getParent())); in recordFixedType()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp1336 D->getASTContext().getRecordType(cast<CXXRecordDecl>(D)); in AddStructuralValue()
H A DDeclCXX.cpp2282 << AT << FD << Context.getRecordType(this); in completeDefinition()
2294 << AT << Context.getRecordType(this); in completeDefinition()
H A DASTContext.cpp5270 return getRecordType(Record); in getTypeDeclTypeSlow()
5345 QualType ASTContext::getRecordType(const RecordDecl *Decl) const { in getRecordType() function in ASTContext
9882 QualType VaListTagType = Context->getRecordType(VaListTagDecl); in CreateAArch64ABIBuiltinVaListDecl()
9934 QualType VaListTagType = Context->getRecordType(VaListTagDecl); in CreatePowerABIBuiltinVaListDecl()
9993 QualType VaListTagType = Context->getRecordType(VaListTagDecl); in CreateX86_64ABIBuiltinVaListDecl()
10049 QualType T = Context->getRecordType(VaListDecl); in CreateAAPCSABIBuiltinVaListDecl()
10096 QualType VaListTagType = Context->getRecordType(VaListTagDecl); in CreateSystemZBuiltinVaListDecl()
10143 QualType VaListTagType = Context->getRecordType(VaListTagDecl); in CreateHexagonBuiltinVaListDecl()
10187 QualType VaListTagType = Context->getRecordType(VaListTagDecl); in CreateXtensaABIBuiltinVaListDecl()
H A DItaniumMangle.cpp5866 mangleType(Context.getASTContext().getRecordType(cast<LambdaExpr>(E)->getLambdaClass())); in mangleExpression()
6539 T = Ctx.getRecordType( in getLValueType()
6906 TypeSoFar = Ctx.getRecordType(cast<CXXRecordDecl>(D)); in mangleValueInTemplateArg()
H A DExprConstant.cpp404 : Ctx.getRecordType(getAsBaseClass(Entries.back())); in getType()
4142 ObjType = getSubobjectType(ObjType, Info.Ctx.getRecordType(Base)); in findSubobject()
6302 CanQualType CQT = Info.Ctx.getCanonicalType(Info.Ctx.getRecordType(C)); in HandleDynamicCast()
6328 << Info.Ctx.getRecordType(DynType->Type) in HandleDynamicCast()
6826 handleDefaultInitValue(Info.Ctx.getRecordType(CD), *Value); in HandleConstructorCall()
8460 Info.Ctx.getRecordType(DD->getParent())) && in handleCallExpr()
9190 TypeInfoLValue(Info.Ctx.getRecordType(DynType->Type).getTypePtr()); in VisitCXXTypeidExpr()
17918 ImplicitValueInitExpr VIE(RD ? Info.Ctx.getRecordType(RD) : Info.Ctx.IntTy); in isPotentialConstantExpr()

12