|
clang
3.8.0
|
An RAII object for [un]poisoning an identifier within a scope. More...
#include <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 356 of file IdentifierTable.h.
|
inline |
Definition at line 360 of file IdentifierTable.h.
References clang::IdentifierInfo::setIsPoisoned().
|
inline |
Definition at line 366 of file IdentifierTable.h.
References clang::IdentifierInfo::setIsPoisoned().
1.8.6