Home
last modified time | relevance | path

Searched refs:addImplicitStructorParams (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXXABI.h415 virtual void addImplicitStructorParams(CodeGenFunction &CGF, QualType &ResTy,
H A DCGVTables.cpp270 CGM.getCXXABI().addImplicitStructorParams(*this, ResultType, in StartThunk()
H A DMicrosoftCXXABI.cpp285 void addImplicitStructorParams(CodeGenFunction &CGF, QualType &ResTy,
1523 void MicrosoftCXXABI::addImplicitStructorParams(CodeGenFunction &CGF, in addImplicitStructorParams() function in MicrosoftCXXABI
H A DItaniumCXXABI.cpp266 void addImplicitStructorParams(CodeGenFunction &CGF, QualType &ResTy,
1704 void ItaniumCXXABI::addImplicitStructorParams(CodeGenFunction &CGF, in addImplicitStructorParams() function in ItaniumCXXABI
H A DCodeGenFunction.cpp1342 CGM.getCXXABI().addImplicitStructorParams(*this, ResTy, Args); in BuildFunctionArgList()