clang API Documentation
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>


Public Member Functions | |
| UnresolvedUsingTypenameDecl * | getDecl () 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 |
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.
| static bool clang::UnresolvedUsingType::classof | ( | const Type * | T | ) | [inline, static] |
Definition at line 3154 of file Type.h.
References clang::Type::getTypeClass().
| QualType clang::UnresolvedUsingType::desugar | ( | ) | const [inline] |
| UnresolvedUsingTypenameDecl* clang::UnresolvedUsingType::getDecl | ( | ) | const [inline] |
| bool clang::UnresolvedUsingType::isSugared | ( | ) | const [inline] |
| void clang::UnresolvedUsingType::Profile | ( | llvm::FoldingSetNodeID & | ID | ) | [inline] |
| static void clang::UnresolvedUsingType::Profile | ( | llvm::FoldingSetNodeID & | ID, |
| UnresolvedUsingTypenameDecl * | D | ||
| ) | [inline, static] |
friend class ASTContext [friend] |
Reimplemented from clang::Type.