Home
last modified time | relevance | path

Searched refs:ctorType (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenClass.cpp192 CXXCtorType ctorType, in emitCtorPrologue() argument
218 bool constructVBases = ctorType != Ctor_Base && in emitCtorPrologue()
315 const CXXConstructorDecl *ctor, CXXCtorType ctorType, in emitDelegateCXXConstructorCall() argument
343 emitCXXConstructorCall(ctor, ctorType, /*ForVirtualBase=*/false, in emitDelegateCXXConstructorCall()
H A DCIRGenFunction.cpp504 CXXCtorType ctorType = curGD.getCtorType(); in emitConstructorBody() local
507 ctorType == Ctor_Complete) && in emitConstructorBody()
510 if (ctorType == Ctor_Complete && isConstructorDelegationValid(ctor) && in emitConstructorBody()
532 emitCtorPrologue(ctor, ctorType, args); in emitConstructorBody()
H A DCIRGenFunction.h875 clang::CXXCtorType ctorType, FunctionArgList &args);
948 clang::CXXCtorType ctorType,