OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DisableExpand
(Results
1 - 3
of
3
) sorted by null
/external/clang/include/clang/Lex/
Token.h
80
DisableExpand
= 0x04, // This identifier may never be macro expanded.
270
return (Flags &
DisableExpand
) ? true : false;
/external/clang/lib/Lex/
PPMacroExpansion.cpp
555
Identifier.setFlag(Token::
DisableExpand
);
799
Tok.setFlag(Token::
DisableExpand
);
[
all
...]
Preprocessor.cpp
669
Identifier.setFlag(Token::
DisableExpand
);
[
all
...]
Completed in 186 milliseconds