class TypedefTypeLoc

Declaration

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

Description

Wrapper for source info for typedefs.

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

Inherits from: InheritingConcreteTypeLoc

Method Overview

Methods

ΒΆclang::TypedefNameDecl* getTypedefNameDecl() const

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