|
clang
3.8.0
|
#include <Redeclarable.h>
Public Types | |
| enum | PreviousTag { PreviousLink } |
| enum | LatestTag { LatestLink } |
Public Member Functions | |
| DeclLink (LatestTag, const ASTContext &Ctx) | |
| DeclLink (PreviousTag, decl_type *D) | |
| bool | NextIsPrevious () const |
| bool | NextIsLatest () const |
| decl_type * | getNext (const decl_type *D) const |
| void | setPrevious (decl_type *D) |
| void | setLatest (decl_type *D) |
| void | markIncomplete () |
| Decl * | getLatestNotUpdated () const |
Definition at line 29 of file Redeclarable.h.
| enum clang::Redeclarable::DeclLink::LatestTag |
| Enumerator | |
|---|---|
| LatestLink | |
Definition at line 52 of file Redeclarable.h.
| enum clang::Redeclarable::DeclLink::PreviousTag |
| Enumerator | |
|---|---|
| PreviousLink | |
Definition at line 51 of file Redeclarable.h.
|
inline |
Definition at line 54 of file Redeclarable.h.
|
inline |
Definition at line 56 of file Redeclarable.h.
|
inline |
Definition at line 104 of file Redeclarable.h.
References clang::Redeclarable< decl_type >::DeclLink::NextIsLatest().
|
inline |
Definition at line 68 of file Redeclarable.h.
Referenced by clang::Redeclarable< VarDecl >::getNextRedeclaration().
|
inline |
Definition at line 102 of file Redeclarable.h.
References clang::Redeclarable< decl_type >::DeclLink::markIncomplete().
Referenced by clang::Redeclarable< decl_type >::DeclLink::markIncomplete().
|
inline |
Definition at line 66 of file Redeclarable.h.
References clang::Redeclarable< decl_type >::DeclLink::NextIsPrevious().
Referenced by clang::Redeclarable< decl_type >::DeclLink::getLatestNotUpdated(), clang::Redeclarable< VarDecl >::isFirstDecl(), and clang::Redeclarable< decl_type >::DeclLink::setLatest().
|
inline |
Definition at line 59 of file Redeclarable.h.
Referenced by clang::Redeclarable< VarDecl >::getPreviousDecl(), clang::Redeclarable< decl_type >::DeclLink::NextIsLatest(), and clang::Redeclarable< decl_type >::DeclLink::setPrevious().
|
inline |
Definition at line 88 of file Redeclarable.h.
References clang::Redeclarable< decl_type >::DeclLink::NextIsLatest(), and clang::LazyGenerationalUpdatePtr< Owner, T, Update >::set().
|
inline |
Definition at line 83 of file Redeclarable.h.
References clang::Redeclarable< decl_type >::DeclLink::NextIsPrevious().
1.8.6