Home
last modified time | relevance | path

Searched refs:inheritingCtorHasParams (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/CodeGen/
DCodeGenTypes.h212 bool inheritingCtorHasParams(const InheritedConstructor &Inherited,
DCodeGenFunction.cpp974 getTypes().inheritingCtorHasParams(Inherited, GD.getCtorType()); in BuildFunctionArgList()
DCGCall.cpp248 bool CodeGenTypes::inheritingCtorHasParams( in inheritingCtorHasParams() function in CodeGenTypes
274 PassParams = inheritingCtorHasParams(Inherited, toCXXCtorType(Type)); in arrangeCXXStructorDeclaration()
DCGClass.cpp2136 if (getTypes().inheritingCtorHasParams(Inherited, Type) && in EmitCXXConstructorCall()