clang 22.0.0git
clang::Sema::TemplateCompareNewDeclInfo Class Reference

#include "clang/Sema/Sema.h"

Public Member Functions

 TemplateCompareNewDeclInfo (const NamedDecl *ND)
 TemplateCompareNewDeclInfo (const DeclContext *DeclCtx, const DeclContext *LexicalDeclCtx, SourceLocation Loc)
bool isInvalid () const
const NamedDeclgetDecl () const
bool ContainsDecl (const NamedDecl *ND) const
const DeclContextgetLexicalDeclContext () const
const DeclContextgetDeclContext () const
SourceLocation getLocation () const

Detailed Description

Definition at line 12107 of file Sema.h.

Constructor & Destructor Documentation

◆ TemplateCompareNewDeclInfo() [1/2]

clang::Sema::TemplateCompareNewDeclInfo::TemplateCompareNewDeclInfo ( const NamedDecl * ND)
inline

Definition at line 12114 of file Sema.h.

◆ TemplateCompareNewDeclInfo() [2/2]

clang::Sema::TemplateCompareNewDeclInfo::TemplateCompareNewDeclInfo ( const DeclContext * DeclCtx,
const DeclContext * LexicalDeclCtx,
SourceLocation Loc )
inline

Definition at line 12115 of file Sema.h.

Member Function Documentation

◆ ContainsDecl()

bool clang::Sema::TemplateCompareNewDeclInfo::ContainsDecl ( const NamedDecl * ND) const
inline

Definition at line 12131 of file Sema.h.

◆ getDecl()

const NamedDecl * clang::Sema::TemplateCompareNewDeclInfo::getDecl ( ) const
inline

Definition at line 12129 of file Sema.h.

Referenced by SubstituteConstraintExpressionWithoutSatisfaction().

◆ getDeclContext()

const DeclContext * clang::Sema::TemplateCompareNewDeclInfo::getDeclContext ( ) const
inline

Definition at line 12137 of file Sema.h.

Referenced by SubstituteConstraintExpressionWithoutSatisfaction().

◆ getLexicalDeclContext()

const DeclContext * clang::Sema::TemplateCompareNewDeclInfo::getLexicalDeclContext ( ) const
inline

Definition at line 12133 of file Sema.h.

Referenced by SubstituteConstraintExpressionWithoutSatisfaction().

◆ getLocation()

SourceLocation clang::Sema::TemplateCompareNewDeclInfo::getLocation ( ) const
inline

Definition at line 12141 of file Sema.h.

Referenced by SubstituteConstraintExpressionWithoutSatisfaction().

◆ isInvalid()

bool clang::Sema::TemplateCompareNewDeclInfo::isInvalid ( ) const
inline

Definition at line 12127 of file Sema.h.


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