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
- public clang::TypedefNameDecl * getTypedefNameDecl() const
Methods
ΒΆclang::TypedefNameDecl* getTypedefNameDecl() const
clang::TypedefNameDecl* getTypedefNameDecl() const
Declared at: clang/include/clang/AST/TypeLoc.h:683