OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isPoisoned
(Results
1 - 7
of
7
) sorted by null
/external/clang/include/clang/Basic/
IdentifierTable.h
60
bool
IsPoisoned
: 1; // True if identifier is poisoned.
204
IsPoisoned
= Value;
212
///
isPoisoned
- Return true if this token has been poisoned.
213
bool
isPoisoned
() const { return
IsPoisoned
; }
253
(
isPoisoned
() | hasMacroDefinition() | isCPlusPlusOperatorKeyword() |
266
: II(II), OldValue(II ? II->
isPoisoned
() : false) {
/external/clang/lib/Lex/
Preprocessor.cpp
471
if (II.
isPoisoned
() && CurPPLexer) {
TokenLexer.cpp
454
if (II->
isPoisoned
() && TokenIsFromPaste) {
Pragma.cpp
299
if (II->
isPoisoned
()) continue;
[
all
...]
PPDirectives.cpp
[
all
...]
/external/clang/include/clang/Lex/
Preprocessor.h
[
all
...]
/external/clang/lib/Serialization/
ASTWriter.cpp
[
all
...]
Completed in 330 milliseconds