class UsingTypeLoc

Declaration

class UsingTypeLoc : public InheritingConcreteTypeLoc { /* full declaration omitted */ };

Description

Wrapper for source info for types used via transparent aliases.

Declared at: clang/include/clang/AST/TypeLoc.h:669

Inherits from: InheritingConcreteTypeLoc

Method Overview

Methods

clang::UsingShadowDecl* getFoundDecl() const

Declared at: clang/include/clang/AST/TypeLoc.h:675

clang::QualType getUnderlyingType() const

Declared at: clang/include/clang/AST/TypeLoc.h:672