clang 22.0.0git
|
#include "/home/buildbot/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 364 of file CIRGenFunction.h.
|
inline |
Definition at line 369 of file CIRGenFunction.h.
|
inline |
Definition at line 370 of file CIRGenFunction.h.
llvm::PointerUnion<const clang::FunctionProtoType *, const clang::ObjCMethodDecl *> clang::CIRGen::CIRGenFunction::PrototypeWrapper::p |
Definition at line 367 of file CIRGenFunction.h.
Referenced by clang::CIRGen::CIRGenFunction::emitCallArgs().