clang 18.0.0git
|
#include "clang/AST/CanonicalType.h"
Public Member Functions | |
LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR (const ObjCInterfaceDecl *, getInterface) using qual_iterator | |
![]() | |
const ObjCObjectType * | getTypePtr () const |
Retrieve the pointer to the underlying Type. | |
operator const ObjCObjectType * () const | |
Implicit conversion to the underlying pointer. | |
CanProxy< U > | getAs () const |
Try to convert the given canonical type to a specific structural type. | |
const CanProxyAdaptor< ObjCObjectType > * | operator-> () const |
Retrieve the proxy-adaptor type. | |
Additional Inherited Members | |
![]() | |
CanQual< ObjCObjectType > | Stored |
Definition at line 578 of file CanonicalType.h.
clang::CanProxyAdaptor< ObjCObjectType >::LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR | ( | const ObjCInterfaceDecl * | , |
getInterface | |||
) |