clang
10.0.0git
|
Captures information about a #pragma weak directive. More...
#include "clang/Sema/Weak.h"
Public Member Functions | |
WeakInfo () | |
WeakInfo (IdentifierInfo *Alias, SourceLocation Loc) | |
IdentifierInfo * | getAlias () const |
SourceLocation | getLocation () const |
void | setUsed (bool Used=true) |
bool | getUsed () |
bool | operator== (WeakInfo RHS) const |
bool | operator!= (WeakInfo RHS) const |
|
inline |
|
inline |
Definition at line 33 of file Weak.h.
Referenced by AddLazyVectorDecls(), and operator==().
|
inline |
Definition at line 34 of file Weak.h.
Referenced by AddLazyVectorDecls(), and operator==().
|
inline |
Definition at line 36 of file Weak.h.
Referenced by AddLazyVectorDecls().
Definition at line 37 of file Weak.h.
References getAlias(), and getLocation().
Definition at line 35 of file Weak.h.
References Used.
Referenced by clang::ASTReader::ReadWeakUndeclaredIdentifiers().