Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXXABI.h380 virtual void addImplicitStructorParams(CodeGenFunction &CGF, QualType &ResTy,
H A DCGVTables.cpp265 CGM.getCXXABI().addImplicitStructorParams(*this, ResultType, in StartThunk()
H A DMicrosoftCXXABI.cpp256 void addImplicitStructorParams(CodeGenFunction &CGF, QualType &ResTy,
1489 void MicrosoftCXXABI::addImplicitStructorParams(CodeGenFunction &CGF, in addImplicitStructorParams() function in MicrosoftCXXABI
H A DItaniumCXXABI.cpp220 void addImplicitStructorParams(CodeGenFunction &CGF, QualType &ResTy,
1661 void ItaniumCXXABI::addImplicitStructorParams(CodeGenFunction &CGF, in addImplicitStructorParams() function in ItaniumCXXABI
H A DCodeGenFunction.cpp1285 CGM.getCXXABI().addImplicitStructorParams(*this, ResTy, Args); in BuildFunctionArgList()