reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Definitions

tools/clang/include/clang/AST/CanonicalType.h
  337 struct CanProxyAdaptor : CanProxyBase<T> {};
  417 struct CanProxyAdaptor<ComplexType> : public CanProxyBase<ComplexType> {
  422 struct CanProxyAdaptor<PointerType> : public CanProxyBase<PointerType> {
  427 struct CanProxyAdaptor<BlockPointerType>
  433 struct CanProxyAdaptor<ReferenceType> : public CanProxyBase<ReferenceType> {
  450 struct CanProxyAdaptor<MemberPointerType>
  485 struct CanProxyAdaptor<FunctionType> : public CanProxyBase<FunctionType> {
  491 struct CanProxyAdaptor<FunctionNoProtoType>
  498 struct CanProxyAdaptor<FunctionProtoType>
  554 struct CanProxyAdaptor<RecordType> : public CanProxyBase<RecordType> {