HomeSort by relevance Sort by last modified time
    Searched refs:isPoisoned (Results 1 - 9 of 9) sorted by null

  /external/clang/include/clang/Basic/
IdentifierTable.h 57 bool IsPoisoned : 1; // True if identifier is poisoned.
231 IsPoisoned = Value;
239 bool isPoisoned() const { return IsPoisoned; }
318 (isPoisoned() | hasMacroDefinition() | isCPlusPlusOperatorKeyword() |
333 : II(II), OldValue(II ? II->isPoisoned() : false) {
  /external/clang/lib/Lex/
Preprocessor.cpp 581 // serialized with isPoisoned = true, but our preprocessor may have
586 CurrentIsPoisoned = Ident__VA_ARGS__->isPoisoned();
597 if (II.isPoisoned() && CurPPLexer) {
TokenLexer.cpp 492 if (II->isPoisoned() && TokenIsFromPaste) {
    [all...]
Pragma.cpp 402 if (II->isPoisoned()) continue;
    [all...]
PPDirectives.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
SlotIndexes.h 67 bool isPoisoned() const { return (reinterpret_cast<intptr_t>(mi) & 0x1) == 0x1; }
127 assert(!lie.getPointer()->isPoisoned() &&
  /external/clang/include/clang/Lex/
Preprocessor.h     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
ASTReader.cpp 684 return II.isPoisoned() ||
    [all...]

Completed in 237 milliseconds