clang 22.0.0git
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 381 of file CIRGenFunction.h.

Constructor & Destructor Documentation

◆ PrototypeWrapper() [1/2]

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

Definition at line 386 of file CIRGenFunction.h.

References p.

◆ PrototypeWrapper() [2/2]

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

Definition at line 387 of file CIRGenFunction.h.

References p.

Member Data Documentation

◆ p

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

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