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> {
  438 struct CanProxyAdaptor<LValueReferenceType>
  444 struct CanProxyAdaptor<RValueReferenceType>
  450 struct CanProxyAdaptor<MemberPointerType>
  465 struct CanProxyAdaptor<DependentSizedExtVectorType>
  473 struct CanProxyAdaptor<VectorType> : public CanProxyBase<VectorType> {
  479 struct CanProxyAdaptor<ExtVectorType> : public CanProxyBase<ExtVectorType> {
  485 struct CanProxyAdaptor<FunctionType> : public CanProxyBase<FunctionType> {
  491 struct CanProxyAdaptor<FunctionNoProtoType>
  498 struct CanProxyAdaptor<FunctionProtoType>
  529 struct CanProxyAdaptor<TypeOfType> : public CanProxyBase<TypeOfType> {
  534 struct CanProxyAdaptor<DecltypeType> : public CanProxyBase<DecltypeType> {
  540 struct CanProxyAdaptor<UnaryTransformType>
  548 struct CanProxyAdaptor<TagType> : public CanProxyBase<TagType> {
  554 struct CanProxyAdaptor<RecordType> : public CanProxyBase<RecordType> {
  561 struct CanProxyAdaptor<EnumType> : public CanProxyBase<EnumType> {
  567 struct CanProxyAdaptor<TemplateTypeParmType>
  577 struct CanProxyAdaptor<ObjCObjectType>
  596 struct CanProxyAdaptor<ObjCObjectPointerType>