clang  5.0.0
Friends | List of all members
clang::ExtQualsTypeCommonBase Class Reference

Base class that is common to both the ExtQuals and Type classes, which allows QualType to access the common fields between the two. More...

#include "clang/AST/Type.h"

Inheritance diagram for clang::ExtQualsTypeCommonBase:
[legend]

Friends

class QualType
 
class Type
 
class ExtQuals
 

Detailed Description

Base class that is common to both the ExtQuals and Type classes, which allows QualType to access the common fields between the two.

Definition at line 1166 of file Type.h.

Friends And Related Function Documentation

friend class ExtQuals
friend

Definition at line 1182 of file Type.h.

friend class QualType
friend

Definition at line 1180 of file Type.h.

Referenced by clang::BuiltinType::desugar(), clang::ComplexType::desugar(), clang::PointerType::desugar(), clang::BlockPointerType::desugar(), clang::LValueReferenceType::desugar(), clang::RValueReferenceType::desugar(), clang::MemberPointerType::desugar(), clang::ConstantArrayType::desugar(), clang::IncompleteArrayType::desugar(), clang::VariableArrayType::desugar(), clang::DependentSizedArrayType::desugar(), clang::DependentSizedExtVectorType::desugar(), clang::VectorType::desugar(), clang::ExtVectorType::desugar(), clang::FunctionNoProtoType::desugar(), clang::FunctionProtoType::desugar(), clang::UnresolvedUsingType::desugar(), clang::TypeOfExprType::desugar(), clang::DecltypeType::desugar(), clang::RecordType::desugar(), clang::EnumType::desugar(), clang::TemplateTypeParmType::desugar(), clang::SubstTemplateTypeParmPackType::desugar(), clang::InjectedClassNameType::desugar(), clang::DependentNameType::desugar(), clang::DependentTemplateSpecializationType::desugar(), clang::PackExpansionType::desugar(), clang::ObjCObjectType::desugar(), clang::ObjCInterfaceType::desugar(), clang::ObjCObjectPointerType::desugar(), clang::AtomicType::desugar(), clang::PipeType::desugar(), clang::DeducedType::getDeducedType(), clang::Type::getPointeeType(), clang::ObjCObjectType::getSuperClassType(), clang::QualType::getUnqualifiedType(), clang::Type::isCanonicalUnqualified(), clang::ObjCObjectType::ObjCObjectType(), and clang::ObjCObjectType::stripObjCKindOfTypeAndQuals().

friend class Type
friend

Definition at line 1181 of file Type.h.


The documentation for this class was generated from the following file: