clang 20.0.0git
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:
Inheritance graph
[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 1672 of file Type.h.

Friends And Related Function Documentation

◆ ASTReader

friend class ASTReader
friend

Definition at line 1676 of file Type.h.

◆ ExtQuals

friend class ExtQuals
friend

Definition at line 1673 of file Type.h.

◆ QualType

friend class QualType
friend

Definition at line 1674 of file Type.h.

Referenced by clang::Type::dump().

◆ Type

friend class Type
friend

Definition at line 1675 of file Type.h.

Referenced by clang::Type::getNullability().


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