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

  /external/clang/include/clang/Lex/
Token.h 83 IgnoredComma = 0x80 // This comma is not a macro argument separator (MS).
  /external/clang/lib/Lex/
TokenLexer.cpp 286 ResultToks.back().setFlag(Token::IgnoredComma);
    [all...]
PPMacroExpansion.cpp 579 !(Tok.getFlags() & Token::IgnoredComma)) {
582 // for this with the IgnoredComma token flag above.
    [all...]

Completed in 425 milliseconds