clang 22.0.0git
clang::CodeGen::CodeGenFunction::PrototypeWrapper Struct Reference

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

Public Member Functions

 PrototypeWrapper (const FunctionProtoType *FT)
 PrototypeWrapper (const ObjCMethodDecl *MD)

Public Attributes

llvm::PointerUnion< const FunctionProtoType *, const ObjCMethodDecl * > P

Detailed Description

Definition at line 5459 of file CodeGenFunction.h.

Constructor & Destructor Documentation

◆ PrototypeWrapper() [1/2]

clang::CodeGen::CodeGenFunction::PrototypeWrapper::PrototypeWrapper ( const FunctionProtoType * FT)
inline

Definition at line 5462 of file CodeGenFunction.h.

References P.

◆ PrototypeWrapper() [2/2]

clang::CodeGen::CodeGenFunction::PrototypeWrapper::PrototypeWrapper ( const ObjCMethodDecl * MD)
inline

Definition at line 5463 of file CodeGenFunction.h.

References P.

Member Data Documentation

◆ P

llvm::PointerUnion<const FunctionProtoType *, const ObjCMethodDecl *> clang::CodeGen::CodeGenFunction::PrototypeWrapper::P

Definition at line 5460 of file CodeGenFunction.h.

Referenced by PrototypeWrapper(), and PrototypeWrapper().


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