|
clang 22.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 5472 of file CodeGenFunction.h.
|
inline |
Definition at line 5475 of file CodeGenFunction.h.
References P.
|
inline |
Definition at line 5476 of file CodeGenFunction.h.
References P.
| llvm::PointerUnion<const FunctionProtoType *, const ObjCMethodDecl *> clang::CodeGen::CodeGenFunction::PrototypeWrapper::P |
Definition at line 5473 of file CodeGenFunction.h.
Referenced by PrototypeWrapper(), and PrototypeWrapper().