Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DIdentifierTable.h91 unsigned IsPoisoned : 1; variable
134 IsPoisoned(false), IsCPPOperatorKeyword(false), in IdentifierInfo()
283 IsPoisoned = Value;
291 bool isPoisoned() const { return IsPoisoned; } in isPoisoned()