clang API Documentation

Public Member Functions | Static Public Member Functions | Friends
clang::UnresolvedUsingType Class Reference

Represents the dependent type named by a dependently-scoped typename using declaration, e.g. using typename Base<T>::foo; Template instantiation turns these into the underlying type. More...

#include <Type.h>

Inheritance diagram for clang::UnresolvedUsingType:
Inheritance graph
[legend]
Collaboration diagram for clang::UnresolvedUsingType:
Collaboration graph
[legend]

List of all members.

Public Member Functions

UnresolvedUsingTypenameDeclgetDecl () const
bool isSugared () const
QualType desugar () const
void Profile (llvm::FoldingSetNodeID &ID)

Static Public Member Functions

static bool classof (const Type *T)
static void Profile (llvm::FoldingSetNodeID &ID, UnresolvedUsingTypenameDecl *D)

Friends

class ASTContext

Detailed Description

Represents the dependent type named by a dependently-scoped typename using declaration, e.g. using typename Base<T>::foo; Template instantiation turns these into the underlying type.

Definition at line 3139 of file Type.h.


Member Function Documentation

static bool clang::UnresolvedUsingType::classof ( const Type T) [inline, static]

Definition at line 3154 of file Type.h.

References clang::Type::getTypeClass().

Definition at line 3152 of file Type.h.

Definition at line 3149 of file Type.h.

Definition at line 3151 of file Type.h.

void clang::UnresolvedUsingType::Profile ( llvm::FoldingSetNodeID &  ID) [inline]

Definition at line 3158 of file Type.h.

static void clang::UnresolvedUsingType::Profile ( llvm::FoldingSetNodeID &  ID,
UnresolvedUsingTypenameDecl D 
) [inline, static]

Definition at line 3161 of file Type.h.


Friends And Related Function Documentation

friend class ASTContext [friend]

Reimplemented from clang::Type.

Definition at line 3146 of file Type.h.


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