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

Declarations

tools/clang/lib/CodeGen/CodeGenTypes.h
  152   bool inheritingCtorHasParams(const InheritedConstructor &Inherited,

References

tools/clang/lib/CodeGen/CGCall.cpp
  318       PassParams = inheritingCtorHasParams(Inherited, GD.getCtorType());
tools/clang/lib/CodeGen/CGClass.cpp
 2142     PassPrototypeArgs = getTypes().inheritingCtorHasParams(Inherited, Type);
tools/clang/lib/CodeGen/CodeGenFunction.cpp
 1106           getTypes().inheritingCtorHasParams(Inherited, GD.getCtorType());