|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
tools/clang/lib/CodeGen/CodeGenFunction.h 2524 void EmitCXXConstructorCall(const CXXConstructorDecl *D, CXXCtorType Type,
References
tools/clang/lib/CodeGen/CGClass.cpp 2074 EmitCXXConstructorCall(D, Type, ForVirtualBase, Delegating, This, Args,
2222 EmitCXXConstructorCall(D, Ctor_Base, ForVirtualBase, /*Delegating*/false,
2321 EmitCXXConstructorCall(D, Ctor_Complete, /*ForVirtualBase*/false,
2358 EmitCXXConstructorCall(Ctor, CtorType, /*ForVirtualBase=*/false,
tools/clang/lib/CodeGen/CGExprCXX.cpp 277 EmitCXXConstructorCall(Ctor, Ctor_Complete, /*ForVirtualBase=*/false,