clang 22.0.0git
Public Member Functions | Public Attributes | List of all members
clang::CIRGen::CIRGenFunction::PrototypeWrapper Struct Reference

#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/CIR/CodeGen/CIRGenFunction.h"

Public Member Functions

 PrototypeWrapper (const clang::FunctionProtoType *ft)
 
 PrototypeWrapper (const clang::ObjCMethodDecl *md)
 

Public Attributes

llvm::PointerUnion< const clang::FunctionProtoType *, const clang::ObjCMethodDecl * > p
 

Detailed Description

Definition at line 364 of file CIRGenFunction.h.

Constructor & Destructor Documentation

◆ PrototypeWrapper() [1/2]

clang::CIRGen::CIRGenFunction::PrototypeWrapper::PrototypeWrapper ( const clang::FunctionProtoType ft)
inline

Definition at line 369 of file CIRGenFunction.h.

◆ PrototypeWrapper() [2/2]

clang::CIRGen::CIRGenFunction::PrototypeWrapper::PrototypeWrapper ( const clang::ObjCMethodDecl md)
inline

Definition at line 370 of file CIRGenFunction.h.

Member Data Documentation

◆ p

llvm::PointerUnion<const clang::FunctionProtoType *, const clang::ObjCMethodDecl *> clang::CIRGen::CIRGenFunction::PrototypeWrapper::p

Definition at line 367 of file CIRGenFunction.h.

Referenced by clang::CIRGen::CIRGenFunction::emitCallArgs().


The documentation for this struct was generated from the following file: