Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.h161 bool inheritingCtorHasParams(const InheritedConstructor &Inherited,
H A DCGCall.cpp325 bool CodeGenTypes::inheritingCtorHasParams( in inheritingCtorHasParams() function in CodeGenTypes
350 PassParams = inheritingCtorHasParams(Inherited, GD.getCtorType()); in arrangeCXXStructorDeclaration()
H A DCGClass.cpp2233 PassPrototypeArgs = getTypes().inheritingCtorHasParams(Inherited, Type); in EmitCXXConstructorCall()
H A DCodeGenFunction.cpp1400 getTypes().inheritingCtorHasParams(Inherited, GD.getCtorType()); in BuildFunctionArgList()