Searched refs:Ctor_Base (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | ABI.h | 26 Ctor_Base, ///< Base object ctor enumerator
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGClass.cpp | 650 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 D | ItaniumCXXABI.cpp | 102 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 D | CodeGenPGO.cpp | 1034 if (GD.getCtorType() != Ctor_Base && in assignRegionCounters()
|
H A D | CGExprCXX.cpp | 662 Type = Ctor_Base; in EmitCXXConstructExpr()
|
H A D | CodeGenModule.cpp | 1983 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 D | CGDecl.cpp | 319 GD = GlobalDecl(CD, Ctor_Base); in getOrCreateStaticVarDecl()
|
H A D | MicrosoftCXXABI.cpp | 1630 assert(Type == Ctor_Complete || Type == Ctor_Base); in getImplicitConstructorArgs()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | Mangle.cpp | 497 Manglings.emplace_back(getMangledStructor(CD, Ctor_Base)); in getAllManglings()
|
H A D | Expr.cpp | 693 GD = GlobalDecl(CD, Ctor_Base); in ComputeName()
|
H A D | ItaniumMangle.cpp | 5794 case Ctor_Base: in mangleCXXCtorType()
|
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/ |
H A D | Visitor.cpp | 633 std::string Name = getMangledCtorDtor(M, Ctor_Base); in VisitCXXRecordDecl()
|