clang 20.0.0git
|
#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 NamedDecl * | getDecl () const |
bool | ContainsDecl (const NamedDecl *ND) const |
const DeclContext * | getLexicalDeclContext () const |
const DeclContext * | getDeclContext () const |
SourceLocation | getLocation () const |
|
inline |
|
inline |
Definition at line 11850 of file Sema.h.
Referenced by clang::Sema::AreConstraintExpressionsEqual().
|
inline |
Definition at line 11848 of file Sema.h.
Referenced by SubstituteConstraintExpressionWithoutSatisfaction().
|
inline |
Definition at line 11856 of file Sema.h.
References clang::Decl::getDeclContext().
Referenced by SubstituteConstraintExpressionWithoutSatisfaction().
|
inline |
Definition at line 11852 of file Sema.h.
References clang::Decl::getLexicalDeclContext().
Referenced by clang::Sema::AreConstraintExpressionsEqual(), and SubstituteConstraintExpressionWithoutSatisfaction().
|
inline |
Definition at line 11860 of file Sema.h.
References clang::Decl::getLocation(), and Loc.
Referenced by SubstituteConstraintExpressionWithoutSatisfaction().
|
inline |
Definition at line 11846 of file Sema.h.
Referenced by clang::Sema::AreConstraintExpressionsEqual().