class InjectedClassNameTypeLoc

Declaration

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

Description

Wrapper for source info for injected class names of class templates.

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

Inherits from: InheritingConcreteTypeLoc

Method Overview

  • public clang::CXXRecordDecl * getDecl() const

Methods

ΒΆclang::CXXRecordDecl* getDecl() const

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