|
clang 24.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 5560 of file CodeGenFunction.h.
|
inline |
Definition at line 5563 of file CodeGenFunction.h.
References P.
|
inline |
Definition at line 5564 of file CodeGenFunction.h.
References P.
| llvm::PointerUnion<const FunctionProtoType *, const ObjCMethodDecl *> clang::CodeGen::CodeGenFunction::PrototypeWrapper::P |
Definition at line 5561 of file CodeGenFunction.h.
Referenced by PrototypeWrapper(), and PrototypeWrapper().