clang 22.0.0git
|
#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/CIR/CodeGen/CIRGenCall.h"
Public Member Functions | |
void | add (RValue rvalue, clang::QualType type) |
void | addUncopiedAggregate (LValue lvalue, clang::QualType type) |
void | addFrom (const CallArgList &other) |
Add all the arguments from another CallArgList to this one. | |
Definition at line 229 of file CIRGenCall.h.
|
inline |
Definition at line 231 of file CIRGenCall.h.
References clang::ast_matchers::type.
Referenced by commonBuildCXXMemberOrOperatorCall(), clang::CIRGen::CIRGenFunction::emitCallArg(), clang::CIRGen::CIRGenFunction::emitCXXConstructorCall(), clang::CIRGen::CIRGenFunction::emitCXXNewExpr(), clang::CIRGen::CIRGenFunction::emitDelegateCallArg(), and clang::CIRGen::CIRGenFunction::emitDelegateCXXConstructorCall().
|
inline |
Add all the arguments from another CallArgList to this one.
After doing this, the old CallArgList retains its list of arguments, but must not be used to emit a call.
Definition at line 240 of file CIRGenCall.h.
References cir::MissingFeatures::cleanupsToDeactivate(), cir::MissingFeatures::stackBase(), and cir::MissingFeatures::writebacks().
Referenced by commonBuildCXXMemberOrOperatorCall().
|
inline |
Definition at line 233 of file CIRGenCall.h.
References clang::ast_matchers::type.
Referenced by clang::CIRGen::CIRGenFunction::emitCallArg().