class EnumTypeLoc

Declaration

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

Description

Wrapper for source info for enum types.

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

Inherits from: InheritingConcreteTypeLoc

Method Overview

  • public clang::EnumDecl * getDecl() const

Methods

ΒΆclang::EnumDecl* getDecl() const

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