Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXXABI.h410 virtual void addImplicitStructorParams(CodeGenFunction &CGF, QualType &ResTy,
H A DCGVTables.cpp277 CGM.getCXXABI().addImplicitStructorParams(*this, ResultType, in StartThunk()
H A DMicrosoftCXXABI.cpp285 void addImplicitStructorParams(CodeGenFunction &CGF, QualType &ResTy,
1539 void MicrosoftCXXABI::addImplicitStructorParams(CodeGenFunction &CGF, in addImplicitStructorParams() function in MicrosoftCXXABI
H A DItaniumCXXABI.cpp267 void addImplicitStructorParams(CodeGenFunction &CGF, QualType &ResTy,
1870 void ItaniumCXXABI::addImplicitStructorParams(CodeGenFunction &CGF, in addImplicitStructorParams() function in ItaniumCXXABI
H A DCodeGenFunction.cpp1417 CGM.getCXXABI().addImplicitStructorParams(*this, ResTy, Args); in BuildFunctionArgList()