clang 20.0.0git
|
#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 |
Definition at line 5261 of file CodeGenFunction.h.
|
inline |
Definition at line 5264 of file CodeGenFunction.h.
|
inline |
Definition at line 5265 of file CodeGenFunction.h.
llvm::PointerUnion<const FunctionProtoType *, const ObjCMethodDecl *> clang::CodeGen::CodeGenFunction::PrototypeWrapper::P |
Definition at line 5262 of file CodeGenFunction.h.