Home
last modified time | relevance | path

Searched refs:CanProxyAdaptor (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCanonicalType.h32 template<typename T> struct CanProxyAdaptor;
322 const CanProxyAdaptor<T> *operator->() const {
323 return static_cast<const CanProxyAdaptor<T> *>(this);
338 struct CanProxyAdaptor : CanProxyBase<T> {}; struct
348 class CanProxy : public CanProxyAdaptor<T> {
418 struct CanProxyAdaptor<ComplexType> : public CanProxyBase<ComplexType> {
423 struct CanProxyAdaptor<PointerType> : public CanProxyBase<PointerType> {
428 struct CanProxyAdaptor<BlockPointerType>
434 struct CanProxyAdaptor<ReferenceType> : public CanProxyBase<ReferenceType> {
439 struct CanProxyAdaptor<LValueReferenceType>
[all …]