clang 20.0.0git
|
#include "clang/AST/Redeclarable.h"
Public Types | |
enum | PreviousTag { PreviousLink } |
enum | LatestTag { LatestLink } |
Public Member Functions | |
DeclLink (LatestTag, const ASTContext &Ctx) | |
DeclLink (PreviousTag, decl_type *D) | |
bool | isFirst () const |
decl_type * | getPrevious (const decl_type *D) const |
void | setPrevious (decl_type *D) |
void | setLatest (decl_type *D) |
void | markIncomplete () |
Decl * | getLatestNotUpdated () const |
Definition at line 86 of file Redeclarable.h.
enum clang::Redeclarable::DeclLink::LatestTag |
Enumerator | |
---|---|
LatestLink |
Definition at line 109 of file Redeclarable.h.
enum clang::Redeclarable::DeclLink::PreviousTag |
Enumerator | |
---|---|
PreviousLink |
Definition at line 108 of file Redeclarable.h.
|
inline |
Definition at line 111 of file Redeclarable.h.
|
inline |
Definition at line 113 of file Redeclarable.h.
|
inline |
Definition at line 158 of file Redeclarable.h.
References clang::Redeclarable< decl_type >::DeclLink::isFirst().
|
inline |
Definition at line 122 of file Redeclarable.h.
References D.
Referenced by clang::Redeclarable< decl_type >::getNextRedeclaration().
|
inline |
Definition at line 115 of file Redeclarable.h.
Referenced by clang::Redeclarable< decl_type >::DeclLink::getLatestNotUpdated(), clang::Redeclarable< decl_type >::getPreviousDecl(), clang::Redeclarable< decl_type >::isFirstDecl(), clang::Redeclarable< decl_type >::DeclLink::setLatest(), and clang::Redeclarable< decl_type >::DeclLink::setPrevious().
|
inline |
Definition at line 156 of file Redeclarable.h.
References clang::Redeclarable< decl_type >::DeclLink::markIncomplete().
Referenced by clang::Redeclarable< decl_type >::DeclLink::markIncomplete().
|
inline |
Definition at line 142 of file Redeclarable.h.
References D, clang::Redeclarable< decl_type >::DeclLink::isFirst(), and clang::LazyGenerationalUpdatePtr< Owner, T, Update >::set().
|
inline |
Definition at line 137 of file Redeclarable.h.
References D, and clang::Redeclarable< decl_type >::DeclLink::isFirst().