clang 20.0.0git
|
Captures information about a #pragma weak directive. More...
#include "clang/Sema/Weak.h"
Classes | |
struct | DenseMapInfoByAliasOnly |
Public Member Functions | |
WeakInfo ()=default | |
WeakInfo (const IdentifierInfo *Alias, SourceLocation Loc) | |
const IdentifierInfo * | getAlias () const |
SourceLocation | getLocation () const |
bool | operator== (WeakInfo RHS) const =delete |
bool | operator!= (WeakInfo RHS) const =delete |
|
default |
|
inline |
|
inline |
Definition at line 32 of file Weak.h.
Referenced by clang::Sema::DeclApplyPragmaWeak(), clang::WeakInfo::DenseMapInfoByAliasOnly::getHashValue(), and clang::WeakInfo::DenseMapInfoByAliasOnly::isEqual().
|
inline |
Definition at line 33 of file Weak.h.
Referenced by clang::Sema::DeclApplyPragmaWeak().