clang 20.0.0git
|
#include "clang/AST/CanonicalType.h"
Public Member Functions | |
LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR (const ObjCInterfaceType *, getInterfaceType) using qual_iterator | |
Public Member Functions inherited from clang::CanProxyBase< ObjCObjectPointerType > | |
const ObjCObjectPointerType * | getTypePtr () const |
Retrieve the pointer to the underlying Type. | |
operator const ObjCObjectPointerType * () 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< ObjCObjectPointerType > * | operator-> () const |
Retrieve the proxy-adaptor type. | |
Additional Inherited Members | |
Protected Attributes inherited from clang::CanProxyBase< ObjCObjectPointerType > | |
CanQual< ObjCObjectPointerType > | Stored |
Definition at line 597 of file CanonicalType.h.
clang::CanProxyAdaptor< ObjCObjectPointerType >::LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR | ( | const ObjCInterfaceType * | , |
getInterfaceType | |||
) |