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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCXXABI.h326 virtual void addImplicitStructorParams(CodeGenFunction &CGF, QualType &ResTy,
H A DCGVTables.cpp234 CGM.getCXXABI().addImplicitStructorParams(*this, ResultType, FunctionArgs);
H A DItaniumCXXABI.cpp228 void addImplicitStructorParams(CodeGenFunction &CGF, QualType &ResTy,
1379 void ItaniumCXXABI::addImplicitStructorParams(CodeGenFunction &CGF, function in class:ItaniumCXXABI
H A DCodeGenFunction.cpp952 CGM.getCXXABI().addImplicitStructorParams(*this, ResTy, Args);
H A DMicrosoftCXXABI.cpp239 void addImplicitStructorParams(CodeGenFunction &CGF, QualType &ResTy,
1369 void MicrosoftCXXABI::addImplicitStructorParams(CodeGenFunction &CGF, function in class:MicrosoftCXXABI

Completed in 215 milliseconds