clang 22.0.0git
clang::DependentTemplateName Class Reference

#include "clang/AST/TemplateName.h"

Inheritance diagram for clang::DependentTemplateName:
[legend]

Friends

class ASTContext

Additional Inherited Members

Public Member Functions inherited from clang::DependentTemplateStorage
 DependentTemplateStorage (NestedNameSpecifier Qualifier, IdentifierOrOverloadedOperator Name, bool HasTemplateKeyword)
NestedNameSpecifier getQualifier () const
 Return the nested name specifier that qualifies this name.
IdentifierOrOverloadedOperator getName () const
bool hasTemplateKeyword () const
 Was this template name was preceeded by the template keyword?
TemplateNameDependence getDependence () const
void Profile (llvm::FoldingSetNodeID &ID) const
void print (raw_ostream &OS, const PrintingPolicy &Policy) const
Static Public Member Functions inherited from clang::DependentTemplateStorage
static void Profile (llvm::FoldingSetNodeID &ID, NestedNameSpecifier NNS, IdentifierOrOverloadedOperator Name, bool HasTemplateKeyword)

Detailed Description

Definition at line 631 of file TemplateName.h.

◆ ASTContext

friend class ASTContext
friend

Definition at line 633 of file TemplateName.h.

References ASTContext, and clang::DependentTemplateStorage::DependentTemplateStorage().

Referenced by ASTContext.


The documentation for this class was generated from the following file: