class AssumedTemplateStorage

Declaration

class AssumedTemplateStorage : public UncommonTemplateNameStorage { /* full declaration omitted */ };

Description

A structure for storing the information associated with a name that has been assumed to be a template name (despite finding no TemplateDecls).

Declared at: clang/include/clang/AST/DeclarationName.h:940

Inherits from: UncommonTemplateNameStorage

Member Variables

private clang::DeclarationName Name

Inherited from UncommonTemplateNameStorage:

protected

Method Overview

Inherited from UncommonTemplateNameStorage:

Methods

AssumedTemplateStorage(
    clang::DeclarationName Name)

Declared at: clang/include/clang/AST/DeclarationName.h:943

Parameters

clang::DeclarationName Name

clang::DeclarationName getDeclName() const

Description

Get the name of the template.

Declared at: clang/include/clang/AST/DeclarationName.h:949