reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
152 bool inheritingCtorHasParams(const InheritedConstructor &Inherited,
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());