Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/XRay/
H A DFDRRecords.h62 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-13.1/contrib/llvm-project/clang/lib/AST/Interp/
H A DEvalEmitter.cpp157 QualType BaseTy = Ctx.getASTContext().getRecordType(BD->Decl); in emitRetValue()
164 QualType VirtBaseTy = Ctx.getASTContext().getRecordType(VD->Decl); in emitRetValue()
H A DInterpFrame.cpp116 print(OS, This, S.getCtx(), S.getCtx().getRecordType(M->getParent())); in describe()
/freebsd-13.1/contrib/llvm-project/llvm/lib/XRay/
H A DFDRRecordProducer.cpp189 Record::kindToString(R->getRecordType()).data()); in produce()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DAbstractBasicWriter.h188 elemTy = ctx.getRecordType(recordDecl); in writeLValuePathSerializationHelper()
H A DAbstractBasicReader.h200 elemTy = getASTContext().getRecordType(recordDecl); in readLValuePathSerializationHelper()
H A DTypeProperties.td510 QualType result = ctx.getRecordType(record);
H A DASTContext.h1523 QualType getRecordType(const RecordDecl *Decl) const;
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp841 QualType Ty = Ctx.getPointerType(Ctx.getRecordType(Class)); in getInitialStackFrameContents()
852 QualType StaticTy = Ctx.getPointerType(Ctx.getRecordType(StaticClass)); in getInitialStackFrameContents()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp2548 QualType StaticTy = C.getRecordType(TeamReductionRec); in emitListToGlobalCopyFunction()
2650 QualType StaticTy = C.getRecordType(TeamReductionRec); in emitListToGlobalReduceFunction()
2753 QualType StaticTy = C.getRecordType(TeamReductionRec); in emitGlobalToListCopyFunction()
2856 QualType StaticTy = C.getRecordType(TeamReductionRec); in emitGlobalToListReduceFunction()
3911 QualType RecTy = C.getRecordType(TeamReductionRec); in clear()
3921 QualType StaticTy = C.getRecordType(StaticRD); in clear()
H A DCGClass.cpp333 QualType DerivedTy = getContext().getRecordType(Derived); in GetAddressOfBaseClass()
2139 getContext().getRecordType(ClassDecl), CharUnits::Zero()); in EmitCXXConstructorCall()
2923 QualType ThisType = getContext().getPointerType(getContext().getRecordType(Lambda)); in EmitLambdaBlockInvokeBody()
2942 QualType ThisType = getContext().getPointerType(getContext().getRecordType(Lambda)); in EmitLambdaDelegatingInvokeBody()
H A DCodeGenTypes.cpp291 QualType T = Context.getRecordType(RD); in RefreshTypeCacheForClass()
H A DCGDebugInfo.cpp1063 if (llvm::DIType *T = getTypeOrNull(CGM.getContext().getRecordType(RD))) in getOrCreateRecordFwdDecl()
2317 QualType Ty = CGM.getContext().getRecordType(RD); in completeClass()
2417 QualType Ty = CGM.getContext().getRecordType(RD); in completeRequiredType()
3210 RetainedTypes.push_back(CGM.getContext().getRecordType(&D).getAsOpaquePtr()); in completeUnusedClass()
3405 getTypeOrNull(CGM.getContext().getRecordType(RD))); in CreateLimitedType()
4872 CGM.getContext().getRecordType(RD).getAsOpaquePtr()); in EmitGlobalVariable()
H A DCGOpenMPRuntime.cpp3422 TgtOffloadEntryQTy = C.getRecordType(RD); in getTgtOffloadEntryQTy()
3513 QualType KmpCmplrdataTy = C.getRecordType(UD); in createKmpTaskTRecordDecl()
3548 addFieldToRecordDecl(C, RD, C.getRecordType(PrivateRD)); in createKmpTaskTWithPrivatesRecordDecl()
4186 KmpTaskAffinityInfoTy = C.getRecordType(KmpAffinityInfoRD); in getKmpAffinityType()
4254 SavedKmpTaskTQTy = C.getRecordType(createKmpTaskTRecordDecl( in emitTaskInit()
4627 KmpDependInfoTy = C.getRecordType(KmpDependInfoRD); in getDependTypes()
6087 QualType RDType = C.getRecordType(RD); in emitTaskReductionInit()
9394 QualType DimTy = C.getRecordType(RD); in emitNonContiguousDescriptor()
11442 CDT = C.getPointerType(C.getRecordType(MD->getParent())); in evaluateCDTSize()
12007 KmpDimTy = C.getRecordType(RD); in emitDoacrossInit()
[all …]
H A DCGVTables.cpp1306 Context.getRecordType(AP.first).getTypePtr())); in EmitVTableTypeMetadata()
H A DCodeGenModule.cpp1910 MD->getType(), Context.getRecordType(Base).getTypePtr())); in SetLLVMFunctionAttributesForDefinition()
5739 DI->EmitAndRetainType(getContext().getRecordType(cast<RecordDecl>(D))); in EmitTopLevelDecl()
5953 DI->EmitAndRetainType(getContext().getRecordType(cast<RecordDecl>(D))); in EmitTopLevelDecl()
H A DCGExprCXX.cpp350 C.getRecordType(CalleeDecl->getParent()), in EmitCXXMemberOrOperatorMemberCallExpr()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp255 QualType Ty = Ctx.getPointerType(Ctx.getRecordType(MD->getParent())); in recordFixedType()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp1348 S.CheckBaseClassAccess(Loc, BaseType, S.Context.getRecordType(RD), in findDecomposableBaseClass()
7793 : S.Context.getRecordType(RD); in visitBinaryOperator()
8394 QualType ExpectedParmType1 = Context.getRecordType(RD); in CheckExplicitlyDefaultedComparison()
9565 QualType Ty = Context.getRecordType(RD); in DiagnoseNontrivial()
9604 Context.getRecordType(RD).withConst()); in SpecialMemberIsTrivial()
9620 << Context.getRValueReferenceType(Context.getRecordType(RD)); in SpecialMemberIsTrivial()
12005 QualType FoundType = Ctx.getRecordType(FoundRecord); in ValidateCandidate()
12022 Ctx.getRecordType(FoundRecord), in ValidateCandidate()
12104 Context.getCanonicalType(Context.getRecordType(RD)))); in BuildUsingDeclaration()
13098 S.Context.getRecordType(ClassDecl), in ComputeDefaultedSpecialMemberExceptionSpec()
[all …]
H A DSemaAccess.cpp1758 Context.getRecordType(DecomposedClass)); in CheckStructuredBindingMemberAccess()
H A DSemaLookup.cpp2501 Result.setBaseObjectType(Context.getRecordType(Class)); in LookupInSuper()
2768 Result.S.Context.getRecordType(Class))) in addAssociatedClassesAndNamespaces()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp4521 return getRecordType(Record); in getTypeDeclTypeSlow()
4551 QualType ASTContext::getRecordType(const RecordDecl *Decl) const { in getRecordType() function in ASTContext
8061 QualType VaListTagType = Context->getRecordType(VaListTagDecl); in CreateAArch64ABIBuiltinVaListDecl()
8113 QualType VaListTagType = Context->getRecordType(VaListTagDecl); in CreatePowerABIBuiltinVaListDecl()
8173 QualType VaListTagType = Context->getRecordType(VaListTagDecl); in CreateX86_64ABIBuiltinVaListDecl()
8229 QualType T = Context->getRecordType(VaListDecl); in CreateAAPCSABIBuiltinVaListDecl()
8276 QualType VaListTagType = Context->getRecordType(VaListTagDecl); in CreateSystemZBuiltinVaListDecl()
8323 QualType VaListTagType = Context->getRecordType(VaListTagDecl); in CreateHexagonBuiltinVaListDecl()
H A DExprConstant.cpp387 : Ctx.getRecordType(getAsBaseClass(Entries.back())); in getType()
3789 ObjType = getSubobjectType(ObjType, Info.Ctx.getRecordType(Base)); in findSubobject()
5773 CanQualType CQT = Info.Ctx.getCanonicalType(Info.Ctx.getRecordType(C)); in HandleDynamicCast()
5799 << Info.Ctx.getRecordType(DynType->Type) in HandleDynamicCast()
6279 Success &= getDefaultInitValue(Info.Ctx.getRecordType(CD), *Value); in HandleConstructorCall()
7692 Info.Ctx.getRecordType(DD->getParent())) && in handleCallExpr()
8329 TypeInfoLValue(Info.Ctx.getRecordType(DynType->Type).getTypePtr()); in VisitCXXTypeidExpr()
15697 ImplicitValueInitExpr VIE(RD ? Info.Ctx.getRecordType(RD) : Info.Ctx.IntTy); in isPotentialConstantExpr()
H A DASTStructuralEquivalence.cpp1908 QualType AnonTy = Context.getRecordType(Anon); in findUntaggedStructOrUnionIndex()
H A DItaniumMangle.cpp5490 T = Ctx.getRecordType( in getLValueType()
5802 TypeSoFar = Ctx.getRecordType(cast<CXXRecordDecl>(D)); in mangleValueInTemplateArg()

12