reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGClass.cpp
 2142     PassPrototypeArgs = getTypes().inheritingCtorHasParams(Inherited, Type);
 2143     if (PassPrototypeArgs && !canEmitDelegateCallArgs(*this, D, Type, Args)) {
 2144       EmitInlinedInheritingCXXConstructorCall(D, Type, ForVirtualBase,
 2152       CGM.getCXXABI().addImplicitConstructorArgs(*this, D, Type, ForVirtualBase,
 2156   llvm::Constant *CalleePtr = CGM.getAddrOfCXXStructor(GlobalDecl(D, Type));
 2158       Args, D, Type, ExtraArgs.Prefix, ExtraArgs.Suffix, PassPrototypeArgs);
 2159   CGCallee Callee = CGCallee::forDirect(CalleePtr, GlobalDecl(D, Type));
 2174       ClassDecl->isDynamicClass() && Type != Ctor_Base &&