Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCXXABI.h361 virtual void addImplicitStructorParams(CodeGenFunction &CGF, QualType &ResTy,
H A DCGVTables.cpp255 CGM.getCXXABI().addImplicitStructorParams(*this, ResultType, in StartThunk()
H A DItaniumCXXABI.cpp234 void addImplicitStructorParams(CodeGenFunction &CGF, QualType &ResTy,
1492 void ItaniumCXXABI::addImplicitStructorParams(CodeGenFunction &CGF, in addImplicitStructorParams() function in ItaniumCXXABI
H A DMicrosoftCXXABI.cpp251 void addImplicitStructorParams(CodeGenFunction &CGF, QualType &ResTy,
1423 void MicrosoftCXXABI::addImplicitStructorParams(CodeGenFunction &CGF, in addImplicitStructorParams() function in MicrosoftCXXABI
H A DCodeGenFunction.cpp1289 CGM.getCXXABI().addImplicitStructorParams(*this, ResTy, Args); in BuildFunctionArgList()