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 11863 of file Sema.h.
Referenced by clang::Sema::AreConstraintExpressionsEqual().
|
inline |
Definition at line 11861 of file Sema.h.
Referenced by SubstituteConstraintExpressionWithoutSatisfaction().
|
inline |
Definition at line 11869 of file Sema.h.
References clang::Decl::getDeclContext().
Referenced by SubstituteConstraintExpressionWithoutSatisfaction().
|
inline |
Definition at line 11865 of file Sema.h.
References clang::Decl::getLexicalDeclContext().
Referenced by clang::Sema::AreConstraintExpressionsEqual(), and SubstituteConstraintExpressionWithoutSatisfaction().
|
inline |
Definition at line 11873 of file Sema.h.
References clang::Decl::getLocation(), and Loc.
Referenced by SubstituteConstraintExpressionWithoutSatisfaction().
|
inline |
Definition at line 11859 of file Sema.h.
Referenced by clang::Sema::AreConstraintExpressionsEqual().