|
clang 23.0.0git
|
#include "/work/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 5518 of file CodeGenFunction.h.
|
inline |
Definition at line 5521 of file CodeGenFunction.h.
References P.
|
inline |
Definition at line 5522 of file CodeGenFunction.h.
References P.
| llvm::PointerUnion<const FunctionProtoType *, const ObjCMethodDecl *> clang::CodeGen::CodeGenFunction::PrototypeWrapper::P |
Definition at line 5519 of file CodeGenFunction.h.
Referenced by PrototypeWrapper(), and PrototypeWrapper().