class RecordTypeLoc

Declaration

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

Description

Wrapper for source info for record types.

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

Inherits from: InheritingConcreteTypeLoc

Method Overview

  • public clang::RecordDecl * getDecl() const

Methods

ΒΆclang::RecordDecl* getDecl() const

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