clang  19.0.0git
Public Member Functions | Public Attributes | List of all members
clang::CodeGen::CodeGenFunction::PrototypeWrapper Struct Reference

#include "/home/runner/work/llvm/llvm/repo/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 5240 of file CodeGenFunction.h.

Constructor & Destructor Documentation

◆ PrototypeWrapper() [1/2]

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

Definition at line 5243 of file CodeGenFunction.h.

◆ PrototypeWrapper() [2/2]

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

Definition at line 5244 of file CodeGenFunction.h.

Member Data Documentation

◆ P

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

Definition at line 5241 of file CodeGenFunction.h.


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