Searched refs:getRecordType (Results 1 - 25 of 39) sorted by relevance

12

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/XRay/
H A DFDRRecords.h62 RecordKind getRecordType() const { return T; } function in class:llvm::xray::Record
98 return R->getRecordType() >= RecordKind::RK_Metadata &&
99 R->getRecordType() <= RecordKind::RK_Metadata_LastMetadata;
129 return R->getRecordType() == RecordKind::RK_Metadata_BufferExtents;
154 return R->getRecordType() == RecordKind::RK_Metadata_WallClockTime;
180 return R->getRecordType() == RecordKind::RK_Metadata_NewCPUId;
202 return R->getRecordType() == RecordKind::RK_Metadata_TSCWrap;
231 return R->getRecordType() == RecordKind::RK_Metadata_CustomEvent;
258 return R->getRecordType() == RecordKind::RK_Metadata_CustomEventV5;
287 return R->getRecordType()
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/XRay/
H A DFDRRecordProducer.cpp189 Record::kindToString(R->getRecordType()).data());
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DEvalEmitter.cpp157 QualType BaseTy = Ctx.getASTContext().getRecordType(BD->Decl);
164 QualType VirtBaseTy = Ctx.getASTContext().getRecordType(VD->Decl);
H A DInterpFrame.cpp116 print(OS, This, S.getCtx(), S.getCtx().getRecordType(M->getParent()));
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DAbstractBasicReader.h200 elemTy = getASTContext().getRecordType(recordDecl);
H A DAbstractBasicWriter.h188 elemTy = ctx.getRecordType(recordDecl);
H A DASTContext.h1478 QualType getRecordType(const RecordDecl *Decl) const;
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp1721 QualType GlobalRecTy = CGM.getContext().getRecordType(GlobalizedVarsRecord);
1770 CGM.getContext().getRecordType(SecGlobalizedVarsRecord);
1808 QualType RDTy = CGM.getContext().getRecordType(RD);
3134 QualType StaticTy = C.getRecordType(TeamReductionRec);
3236 QualType StaticTy = C.getRecordType(TeamReductionRec);
3339 QualType StaticTy = C.getRecordType(TeamReductionRec);
3442 QualType StaticTy = C.getRecordType(TeamReductionRec);
4588 QualType RDTy = C.getRecordType(RD);
4636 QualType StaticTy = C.getRecordType(SharedStaticRD);
4654 QualType StaticTy = C.getRecordType(StaticR
[all...]
H A DCGClass.cpp333 QualType DerivedTy = getContext().getRecordType(Derived);
2141 getContext().getRecordType(ClassDecl), CharUnits::Zero());
2923 QualType ThisType = getContext().getPointerType(getContext().getRecordType(Lambda));
2942 QualType ThisType = getContext().getPointerType(getContext().getRecordType(Lambda));
H A DCodeGenTypes.cpp291 QualType T = Context.getRecordType(RD);
H A DCGDebugInfo.cpp1085 if (llvm::DIType *T = getTypeOrNull(CGM.getContext().getRecordType(RD)))
2336 QualType Ty = CGM.getContext().getRecordType(RD);
2436 QualType Ty = CGM.getContext().getRecordType(RD);
3228 RetainedTypes.push_back(CGM.getContext().getRecordType(&D).getAsOpaquePtr());
3423 getTypeOrNull(CGM.getContext().getRecordType(RD)));
4890 CGM.getContext().getRecordType(RD).getAsOpaquePtr());
H A DCGOpenMPRuntime.cpp3417 TgtOffloadEntryQTy = C.getRecordType(RD);
3508 QualType KmpCmplrdataTy = C.getRecordType(UD);
3543 addFieldToRecordDecl(C, RD, C.getRecordType(PrivateRD));
4180 KmpTaskAffinityInfoTy = C.getRecordType(KmpAffinityInfoRD);
4238 SavedKmpTaskloopTQTy = C.getRecordType(createKmpTaskTRecordDecl(
4248 SavedKmpTaskTQTy = C.getRecordType(createKmpTaskTRecordDecl(
4257 QualType KmpTaskTWithPrivatesQTy = C.getRecordType(KmpTaskTWithPrivatesQTyRD);
4620 KmpDependInfoTy = C.getRecordType(KmpDependInfoRD);
6074 QualType RDType = C.getRecordType(RD);
9223 QualType DimTy = C.getRecordType(R
[all...]
H A DCGVTables.cpp1306 Context.getRecordType(AP.first).getTypePtr()));
H A DCodeGenModule.cpp1880 MD->getType(), Context.getRecordType(Base).getTypePtr()));
5709 DI->EmitAndRetainType(getContext().getRecordType(cast<RecordDecl>(D)));
5919 DI->EmitAndRetainType(getContext().getRecordType(cast<RecordDecl>(D)));
H A DCGExprCXX.cpp350 C.getRecordType(CalleeDecl->getParent()),
H A DCGStmt.cpp2653 QualType RecordTy = getContext().getRecordType(RD);
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp802 QualType Ty = Ctx.getPointerType(Ctx.getRecordType(Class));
813 QualType StaticTy = Ctx.getPointerType(Ctx.getRecordType(StaticClass));
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp255 QualType Ty = Ctx.getPointerType(Ctx.getRecordType(MD->getParent()));
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp1350 S.CheckBaseClassAccess(Loc, BaseType, S.Context.getRecordType(RD),
1384 QualType BaseType = S.Context.getQualifiedType(S.Context.getRecordType(RD),
6699 diag::warn_non_virtual_dtor) << Context.getRecordType(Record);
6721 << Context.getRecordType(Record) << FA->isSpelledAsSealed();
7795 : S.Context.getRecordType(RD);
8387 QualType ExpectedParmType1 = Context.getRecordType(RD);
9558 QualType Ty = Context.getRecordType(RD);
9597 Context.getRecordType(RD).withConst());
9613 << Context.getRValueReferenceType(Context.getRecordType(RD));
11943 QualType FoundType = Ctx.getRecordType(FoundRecor
[all...]
H A DSemaAccess.cpp1757 Context.getRecordType(DecomposedClass));
H A DSemaExprCXX.cpp1214 QualType T = S.Context.getRecordType(Record);
3110 Loc, true, hasNewExtendedAlignment(*this, Context.getRecordType(RD)),
3126 bool Overaligned = hasNewExtendedAlignment(*this, Context.getRecordType(RD));
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp4506 return getRecordType(Record);
4536 QualType ASTContext::getRecordType(const RecordDecl *Decl) const { function in class:ASTContext
8042 QualType VaListTagType = Context->getRecordType(VaListTagDecl);
8094 QualType VaListTagType = Context->getRecordType(VaListTagDecl);
8154 QualType VaListTagType = Context->getRecordType(VaListTagDecl);
8210 QualType T = Context->getRecordType(VaListDecl);
8257 QualType VaListTagType = Context->getRecordType(VaListTagDecl);
8304 QualType VaListTagType = Context->getRecordType(VaListTagDecl);
H A DExprConstant.cpp387 : Ctx.getRecordType(getAsBaseClass(Entries.back()));
3786 ObjType = getSubobjectType(ObjType, Info.Ctx.getRecordType(Base));
5770 CanQualType CQT = Info.Ctx.getCanonicalType(Info.Ctx.getRecordType(C));
5796 << Info.Ctx.getRecordType(DynType->Type)
6276 Success &= getDefaultInitValue(Info.Ctx.getRecordType(CD), *Value);
7689 Info.Ctx.getRecordType(DD->getParent())) &&
8326 TypeInfoLValue(Info.Ctx.getRecordType(DynType->Type).getTypePtr());
15660 ImplicitValueInitExpr VIE(RD ? Info.Ctx.getRecordType(RD) : Info.Ctx.IntTy);
H A DASTStructuralEquivalence.cpp1907 QualType AnonTy = Context.getRecordType(Anon);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Analysis/
H A DThreadSafety.cpp2138 return CXXConstructExpr::Create(Ctx, Ctx.getRecordType(CD->getParent()), Loc,

Completed in 596 milliseconds

12