Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DIdentifierTable.h57 bool IsPoisoned : 1; // True if identifier is poisoned. variable
231 IsPoisoned = Value;
239 bool isPoisoned() const { return IsPoisoned; } in isPoisoned()
/external/clang/lib/Basic/
DIdentifierTable.cpp39 IsPoisoned = false; in IdentifierInfo()