|
clang 24.0.0git
|
An RAII object for [un]poisoning an identifier within a scope. More...
#include "clang/Basic/IdentifierTable.h"
Public Member Functions | |
| PoisonIdentifierRAIIObject (IdentifierInfo *II, bool NewValue) | |
| ~PoisonIdentifierRAIIObject () | |
An RAII object for [un]poisoning an identifier within a scope.
II is allowed to be null, in which case objects of this type have no effect.
Definition at line 619 of file IdentifierTable.h.
|
inline |
Definition at line 624 of file IdentifierTable.h.
References false.
|
inline |
Definition at line 630 of file IdentifierTable.h.