Searched refs:isPoisoned (Results 1 - 7 of 7) sorted by relevance

/external/clang/include/clang/Basic/
H A DIdentifierTable.h229 /// isPoisoned - Return true if this token has been poisoned.
230 bool isPoisoned() const { return IsPoisoned; } function in class:clang::IdentifierInfo
310 (isPoisoned() | hasMacroDefinition() | isCPlusPlusOperatorKeyword() |
324 : II(II), OldValue(II ? II->isPoisoned() : false) {
/external/clang/include/clang/Lex/
H A DPreprocessor.h971 if(II->isPoisoned()) {
/external/clang/lib/Lex/
H A DPreprocessor.cpp524 if (II.isPoisoned() && CurPPLexer) {
H A DTokenLexer.cpp437 if (II->isPoisoned() && TokenIsFromPaste) {
H A DPragma.cpp368 if (II->isPoisoned()) continue;
H A DPPDirectives.cpp1687 assert(Ident__VA_ARGS__->isPoisoned() && "__VA_ARGS__ should be poisoned!");
/external/clang/lib/Serialization/
H A DASTWriter.cpp2468 if (II->isPoisoned() ||
2549 Bits = (Bits << 1) | unsigned(II->isPoisoned());

Completed in 146 milliseconds