Searched refs:IgnoredComma (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Lex/
H A DToken.h83 IgnoredComma = 0x80 // This comma is not a macro argument separator (MS). enumerator in enum:clang::Token::TokenFlags
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Lex/
H A DTokenLexer.cpp287 ResultToks.back().setFlag(Token::IgnoredComma);
H A DPPMacroExpansion.cpp572 !(Tok.getFlags() & Token::IgnoredComma)) {
575 // for this with the IgnoredComma token flag above.

Completed in 108 milliseconds