Searched refs:ctorType (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenClass.cpp | 192 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 D | CIRGenFunction.cpp | 504 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 D | CIRGenFunction.h | 875 clang::CXXCtorType ctorType, FunctionArgList &args); 948 clang::CXXCtorType ctorType,
|