Home
last modified time | relevance | path

Searched refs:IsPoisoned (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/Basic/
DIdentifierTable.h59 bool IsPoisoned : 1; // True if identifier is poisoned. variable
235 IsPoisoned = Value;
243 bool isPoisoned() const { return IsPoisoned; } in isPoisoned()
/external/clang/lib/Basic/
DIdentifierTable.cpp38 IsPoisoned = false; in IdentifierInfo()