Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDIdentifierTable.h58 bool IsPoisoned : 1; // True if identifier is poisoned. variable
234 IsPoisoned = Value;
242 bool isPoisoned() const { return IsPoisoned; } in isPoisoned()
/NextBSD/contrib/llvm/tools/clang/lib/Basic/
HDIdentifierTable.cpp40 IsPoisoned = false; in IdentifierInfo()