Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DCanonicalType.h32 template<typename T> struct CanProxyAdaptor;
339 struct CanProxyAdaptor : CanProxyBase<T> {}; struct
349 class CanProxy : public CanProxyAdaptor<T> {
429 struct CanProxyAdaptor<BlockPointerType>
440 struct CanProxyAdaptor<LValueReferenceType>
446 struct CanProxyAdaptor<RValueReferenceType>
452 struct CanProxyAdaptor<MemberPointerType>
493 struct CanProxyAdaptor<FunctionNoProtoType>
500 struct CanProxyAdaptor<FunctionProtoType>
542 struct CanProxyAdaptor<UnaryTransformType>
[all …]