Home
last modified time | relevance | path

Searched refs:Ctor_Base (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DABI.h26 Ctor_Base, ///< Base object ctor enumerator
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGClass.cpp650 if (CGF.CurGD.getCtorType() == Ctor_Base) in EmitMemberInitializer()
853 EmitDelegateCXXConstructorCall(Ctor, Ctor_Base, Args, Ctor->getEndLoc()); in EmitConstructorBody()
1290 bool ConstructVBases = CtorType != Ctor_Base && in EmitCtorPrologue()
2265 ClassDecl->isDynamicClass() && Type != Ctor_Base && in EmitCXXConstructorCall()
2315 EmitCXXConstructorCall(D, Ctor_Base, ForVirtualBase, /*Delegating*/false, in EmitInheritedCXXConstructorCall()
H A DItaniumCXXABI.cpp102 case Ctor_Base: in isThisCompleteObject()
1823 CGM.EmitGlobal(GlobalDecl(D, Ctor_Base)); in EmitCXXConstructors()
1842 if ((isa<CXXConstructorDecl>(GD.getDecl()) ? GD.getCtorType() == Ctor_Base in buildStructorSignature()
3327 if (isa<CXXConstructorDecl>(MD) && GD.getCtorType() == Ctor_Base) in NeedsVTTParameter()
4684 BaseDecl = GD.getWithCtorType(Ctor_Base); in emitCXXStructor()
H A DCodeGenPGO.cpp1034 if (GD.getCtorType() != Ctor_Base && in assignRegionCounters()
H A DCGExprCXX.cpp662 Type = Ctor_Base; in EmitCXXConstructExpr()
H A DCodeGenModule.cpp1983 assert(OrigCtorType == Ctor_Base || OrigCtorType == Ctor_Complete); in getMangledName()
1984 if (OrigCtorType == Ctor_Base) in getMangledName()
7234 GlobalDecl GD(cast<CXXConstructorDecl>(D), Ctor_Base); in EmitDeferredUnusedCoverageMappings()
H A DCGDecl.cpp319 GD = GlobalDecl(CD, Ctor_Base); in getOrCreateStaticVarDecl()
H A DMicrosoftCXXABI.cpp1630 assert(Type == Ctor_Complete || Type == Ctor_Base); in getImplicitConstructorArgs()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMangle.cpp497 Manglings.emplace_back(getMangledStructor(CD, Ctor_Base)); in getAllManglings()
H A DExpr.cpp693 GD = GlobalDecl(CD, Ctor_Base); in ComputeName()
H A DItaniumMangle.cpp5794 case Ctor_Base: in mangleCXXCtorType()
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DVisitor.cpp633 std::string Name = getMangledCtorDtor(M, Ctor_Base); in VisitCXXRecordDecl()