OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ispoisoned
(Results
1 - 10
of
10
) sorted by null
/external/clang/include/clang/Basic/
IdentifierTable.h
60
bool
IsPoisoned
: 1; // True if identifier is poisoned.
233
IsPoisoned
= Value;
240
///
isPoisoned
- Return true if this token has been poisoned.
241
bool
isPoisoned
() const { return
IsPoisoned
; }
321
(
isPoisoned
() | hasMacroDefinition() | isCPlusPlusOperatorKeyword() |
335
: II(II), OldValue(II ? II->
isPoisoned
() : false) {
/external/clang/lib/Lex/
Preprocessor.cpp
626
// serialized with
isPoisoned
= true, but our preprocessor may have
631
CurrentIsPoisoned = Ident__VA_ARGS__->
isPoisoned
();
642
if (II.
isPoisoned
() && CurPPLexer) {
TokenLexer.cpp
499
if (II->
isPoisoned
() && TokenIsFromPaste) {
[
all
...]
Pragma.cpp
400
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/lib/Basic/
IdentifierTable.cpp
37
IsPoisoned
= false;
/external/clang/include/clang/Lex/
Preprocessor.h
[
all
...]
/external/clang/lib/Serialization/
ASTWriter.cpp
[
all
...]
ASTReader.cpp
482
return II.
isPoisoned
() ||
[
all
...]
Completed in 518 milliseconds