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

Declarations

tools/clang/lib/CodeGen/CodeGenFunction.h
 2520   void EmitCXXConstructorCall(const CXXConstructorDecl *D, CXXCtorType Type,

References

tools/clang/lib/CodeGen/CGClass.cpp
 1996     EmitCXXConstructorCall(ctor, Ctor_Complete, /*ForVirtualBase=*/false,
tools/clang/lib/CodeGen/CGExprCXX.cpp
  634      EmitCXXConstructorCall(CD, Type, ForVirtualBase, Delegating, Dest, E);