|
clang 22.0.0git
|
#include "/work/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/CIR/CodeGen/CIRGenFunction.h"
Public Member Functions | |
| PrototypeWrapper (const clang::FunctionProtoType *ft) | |
| PrototypeWrapper (const clang::ObjCMethodDecl *md) | |
Public Attributes | |
| llvm::PointerUnion< const clang::FunctionProtoType *, const clang::ObjCMethodDecl * > | p |
Definition at line 448 of file CIRGenFunction.h.
|
inline |
Definition at line 453 of file CIRGenFunction.h.
References p.
|
inline |
Definition at line 454 of file CIRGenFunction.h.
References p.
| llvm::PointerUnion<const clang::FunctionProtoType *, const clang::ObjCMethodDecl *> clang::CIRGen::CIRGenFunction::PrototypeWrapper::p |
Definition at line 451 of file CIRGenFunction.h.
Referenced by clang::CIRGen::CIRGenFunction::emitCallArgs(), PrototypeWrapper(), and PrototypeWrapper().