clang 22.0.0git
Public Member Functions | List of all members
clang::FoldingSetPlaceholder< T > Struct Template Reference

#include "clang/AST/TypeBase.h"

Inheritance diagram for clang::FoldingSetPlaceholder< T >:
[legend]

Public Member Functions

void Profile (llvm::FoldingSetNodeID &ID)
 
const TgetType () const
 

Detailed Description

template<class T>
struct clang::FoldingSetPlaceholder< T >

Definition at line 5976 of file TypeBase.h.

Member Function Documentation

◆ getType()

template<class T >
const T * clang::FoldingSetPlaceholder< T >::getType ( ) const
inline

Definition at line 5979 of file TypeBase.h.

References clang::Addr, and clang::T.

◆ Profile()

template<class T >
void clang::FoldingSetPlaceholder< T >::Profile ( llvm::FoldingSetNodeID &  ID)
inline

Definition at line 5977 of file TypeBase.h.

References ID.


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