OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IgnoredComma
(Results
1 - 3
of
3
) sorted by null
/external/clang/include/clang/Lex/
Token.h
85
IgnoredComma
= 0x80, // This comma is not a macro argument separator (MS).
/external/clang/lib/Lex/
TokenLexer.cpp
287
ResultToks.back().setFlag(Token::
IgnoredComma
);
[
all
...]
PPMacroExpansion.cpp
775
!(Tok.getFlags() & Token::
IgnoredComma
)) {
778
// for this with the
IgnoredComma
token flag above.
[
all
...]
Completed in 239 milliseconds