clang 22.0.0git
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/TypeBase.h"

Inheritance diagram for clang::ExtQualsTypeCommonBase:
[legend]

Friends

class ExtQuals
class QualType
class Type
class ASTReader

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 1686 of file TypeBase.h.

◆ ASTReader

friend class ASTReader
friend

Definition at line 1690 of file TypeBase.h.

References ASTReader, QualType, and Type.

Referenced by ASTReader.

◆ ExtQuals

friend class ExtQuals
friend

Definition at line 1687 of file TypeBase.h.

References ExtQuals.

Referenced by ExtQuals.

◆ QualType

◆ Type


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