clang 17.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 1425 of file Type.h.

Friends And Related Function Documentation

◆ ExtQuals

friend class ExtQuals
friend

Definition at line 1426 of file Type.h.

◆ QualType

friend class QualType
friend

Definition at line 1427 of file Type.h.

Referenced by clang::Type::dump(), and clang::Type::isCanonicalUnqualified().

◆ Type

friend class Type
friend

Definition at line 1428 of file Type.h.

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


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