| /freebsd-12.1/contrib/llvm/include/llvm/XRay/ |
| H A D | FDRRecords.h | 63 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() 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() 288 return R->getRecordType() == RecordKind::RK_Metadata_TypedEvent; in classof() 310 return R->getRecordType() == RecordKind::RK_Metadata_CallArg; in classof() 333 return R->getRecordType() == RecordKind::RK_Metadata_PIDEntry; in classof() 356 return R->getRecordType() == RecordKind::RK_Metadata_NewBuffer; in classof() [all …]
|
| /freebsd-12.1/contrib/llvm/lib/XRay/ |
| H A D | FDRRecordProducer.cpp | 189 Record::kindToString(R->getRecordType()).data()); in produce()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | CallEvent.cpp | 789 QualType Ty = Ctx.getPointerType(Ctx.getRecordType(Class)); in getInitialStackFrameContents() 800 QualType StaticTy = Ctx.getPointerType(Ctx.getRecordType(StaticClass)); in getInitialStackFrameContents()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGClass.cpp | 308 QualType DerivedTy = getContext().getRecordType(Derived); in GetAddressOfBaseClass() 2093 getContext().getRecordType(ClassDecl), CharUnits::Zero()); in EmitCXXConstructorCall() 2854 QualType ThisType = getContext().getPointerType(getContext().getRecordType(Lambda)); in EmitLambdaBlockInvokeBody() 2873 QualType ThisType = getContext().getPointerType(getContext().getRecordType(Lambda)); in EmitLambdaDelegatingInvokeBody()
|
| H A D | CodeGenTypes.cpp | 280 QualType T = Context.getRecordType(RD); in RefreshTypeCacheForClass()
|
| H A D | CGOpenMPRuntimeNVPTX.cpp | 2094 QualType GlobalRecTy = CGM.getContext().getRecordType(GlobalizedVarsRecord); in emitGenericVarsProlog() 2141 CGM.getContext().getRecordType(SecGlobalizedVarsRecord); in emitGenericVarsProlog() 2179 QualType RDTy = CGM.getContext().getRecordType(RD); in emitGenericVarsProlog() 4514 QualType RDTy = C.getRecordType(RD); in clear() 4562 QualType StaticTy = C.getRecordType(SharedStaticRD); in clear() 4580 QualType StaticTy = C.getRecordType(StaticRD); in clear()
|
| H A D | CGOpenMPRuntime.cpp | 1220 IdentQTy = C.getRecordType(RD); in CGOpenMPRuntime() 4198 TgtOffloadEntryQTy = C.getRecordType(RD); in getTgtOffloadEntryQTy() 4224 TgtDeviceImageQTy = C.getRecordType(RD); in getTgtDeviceImageQTy() 4249 TgtBinaryDescriptorQTy = C.getRecordType(RD); in getTgtBinaryDescriptorQTy() 4316 QualType KmpCmplrdataTy = C.getRecordType(UD); in createKmpTaskTRecordDecl() 4351 addFieldToRecordDecl(C, RD, C.getRecordType(PrivateRD)); in createKmpTaskTWithPrivatesRecordDecl() 4892 SavedKmpTaskTQTy = C.getRecordType(createKmpTaskTRecordDecl( in emitTaskInit() 5073 KmpDependInfoTy = C.getRecordType(KmpDependInfoRD); in emitTaskCall() 6071 QualType RDType = C.getRecordType(RD); in emitTaskReductionInit() 9209 CDT = C.getPointerType(C.getRecordType(MD->getParent())); in evaluateCDTSize() [all …]
|
| H A D | CGDebugInfo.cpp | 947 if (llvm::DIType *T = getTypeOrNull(CGM.getContext().getRecordType(RD))) in getOrCreateRecordFwdDecl() 2027 QualType Ty = CGM.getContext().getRecordType(RD); in completeClass() 2097 QualType Ty = CGM.getContext().getRecordType(RD); in completeRequiredType() 2814 RetainedTypes.push_back(CGM.getContext().getRecordType(&D).getAsOpaquePtr()); in completeUnusedClass() 2993 getTypeOrNull(CGM.getContext().getRecordType(RD))); in CreateLimitedType() 4247 CGM.getContext().getRecordType(RD).getAsOpaquePtr()); in EmitGlobalVariable()
|
| H A D | CGVTables.cpp | 1064 Context.getRecordType(AP.first).getTypePtr())); in EmitVTableTypeMetadata()
|
| H A D | CGStmtOpenMP.cpp | 3075 QualType SharedsTy = getContext().getRecordType(CS->getCapturedRecordDecl()); in EmitOMPTargetTaskBasedDirective() 3187 QualType SharedsTy = getContext().getRecordType(CS->getCapturedRecordDecl()); in EmitOMPTaskDirective() 4865 QualType SharedsTy = getContext().getRecordType(CS->getCapturedRecordDecl()); in EmitOMPTaskLoopBasedDirective()
|
| H A D | CGStmt.cpp | 2246 QualType RecordTy = getContext().getRecordType(RD); in InitCapturedStruct()
|
| H A D | CGExprCXX.cpp | 328 CallLoc, This.getPointer(), C.getRecordType(CalleeDecl->getParent()), in EmitCXXMemberOrOperatorMemberCallExpr()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | APValue.cpp | 498 ElemTy = Ctx.getRecordType(RD); in printPretty()
|
| H A D | ASTContext.cpp | 3873 return getRecordType(Record); in getTypeDeclTypeSlow() 3903 QualType ASTContext::getRecordType(const RecordDecl *Decl) const { in getRecordType() function in ASTContext 7297 QualType VaListTagType = Context->getRecordType(VaListTagDecl); in CreateAArch64ABIBuiltinVaListDecl() 7349 QualType VaListTagType = Context->getRecordType(VaListTagDecl); in CreatePowerABIBuiltinVaListDecl() 7409 QualType VaListTagType = Context->getRecordType(VaListTagDecl); in CreateX86_64ABIBuiltinVaListDecl() 7465 QualType T = Context->getRecordType(VaListDecl); in CreateAAPCSABIBuiltinVaListDecl() 7512 QualType VaListTagType = Context->getRecordType(VaListTagDecl); in CreateSystemZBuiltinVaListDecl()
|
| H A D | ASTStructuralEquivalence.cpp | 1448 QualType AnonTy = Context.getRecordType(Anon); in findUntaggedStructOrUnionIndex()
|
| H A D | ExprConstant.cpp | 358 : Ctx.getRecordType(getAsBaseClass(Entries.back())); in getType() 2963 ObjType = Info.Ctx.getRecordType(Base); in findSubobject() 11684 ImplicitValueInitExpr VIE(RD ? Info.Ctx.getRecordType(RD) : Info.Ctx.IntTy); in isPotentialConstantExpr()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | DynamicTypePropagation.cpp | 145 QualType Ty = Ctx.getPointerType(Ctx.getRecordType(MD->getParent())); in recordFixedType()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 1280 S.CheckBaseClassAccess(Loc, BaseType, S.Context.getRecordType(RD), in findDecomposableBaseClass() 6062 diag::warn_non_virtual_dtor) << Context.getRecordType(Record); in CheckCompletedCXXClass() 7575 QualType Ty = Context.getRecordType(RD); in DiagnoseNontrivial() 7614 Context.getRecordType(RD).withConst()); in SpecialMemberIsTrivial() 7630 << Context.getRValueReferenceType(Context.getRecordType(RD)); in SpecialMemberIsTrivial() 9861 QualType FoundType = Ctx.getRecordType(FoundRecord); in ValidateCandidate() 9878 Ctx.getRecordType(FoundRecord), in ValidateCandidate() 9932 Context.getCanonicalType(Context.getRecordType(RD)))); in BuildUsingDeclaration() 10093 Context.getCanonicalType(Context.getRecordType(CurClass)))); in BuildUsingDeclaration() 10829 S.Context.getRecordType(ClassDecl), in ComputeDefaultedSpecialMemberExceptionSpec() [all …]
|
| H A D | SemaAccess.cpp | 1741 Context.getRecordType(DecomposedClass)); in CheckStructuredBindingMemberAccess()
|
| H A D | SemaLookup.cpp | 2312 Result.setBaseObjectType(Context.getRecordType(Class)); in LookupInSuper() 2557 Result.S.Context.getRecordType(Class))) in addAssociatedClassesAndNamespaces()
|
| H A D | SemaExprCXX.cpp | 1110 QualType T = S.Context.getRecordType(Record); in CXXThisScopeRAII() 2889 Loc, true, hasNewExtendedAlignment(*this, Context.getRecordType(RD)), in FindDeallocationFunctionForDestructor() 2905 bool Overaligned = hasNewExtendedAlignment(*this, Context.getRecordType(RD)); in FindDeallocationFunction()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 2549 SemaRef.Context.getCanonicalType(SemaRef.Context.getRecordType(RD)))); in VisitUsingDecl() 3055 SemaRef.Context.getRecordType(InstD)); in VisitClassTemplateSpecializationDecl()
|
| H A D | SemaDeclAttr.cpp | 544 static const RecordType *getRecordType(QualType QT) { in getRecordType() function 579 const RecordType *RT = getRecordType(Ty); in checkRecordTypeForCapability() 708 const RecordType *RT = getRecordType(ArgTy); in checkAttrArgsAreCapabilityObjs()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | ASTContext.h | 1415 QualType getRecordType(const RecordDecl *Decl) const;
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/ |
| H A D | ThreadSafety.cpp | 2125 return CXXConstructExpr::Create(Ctx, Ctx.getRecordType(CD->getParent()), Loc, in buildFakeCtorCall()
|