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
- public clang::UsingShadowDecl * getFoundDecl() const
- public clang::QualType getUnderlyingType() const
Methods
¶clang::UsingShadowDecl* getFoundDecl() const
clang::UsingShadowDecl* getFoundDecl() const
Declared at: clang/include/clang/AST/TypeLoc.h:675
¶clang::QualType getUnderlyingType() const
clang::QualType getUnderlyingType() const
Declared at: clang/include/clang/AST/TypeLoc.h:672