clang 19.0.0git
Public Member Functions | Public Attributes | List of all members
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 5097 of file CodeGenFunction.h.

Constructor & Destructor Documentation

◆ PrototypeWrapper() [1/2]

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

Definition at line 5100 of file CodeGenFunction.h.

◆ PrototypeWrapper() [2/2]

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

Definition at line 5101 of file CodeGenFunction.h.

Member Data Documentation

◆ P

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

Definition at line 5098 of file CodeGenFunction.h.


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