clang 19.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
 

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 1461 of file Type.h.

Friends And Related Function Documentation

◆ ExtQuals

friend class ExtQuals
friend

Definition at line 1462 of file Type.h.

◆ QualType

friend class QualType
friend

Definition at line 1463 of file Type.h.

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

◆ Type

friend class Type
friend

Definition at line 1464 of file Type.h.

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


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