Home
last modified time | relevance | path

Searched refs:EOLTokenType (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/wave/samples/hannibal/
Dtranslation_unit_skipper.h37 | pattern_p(EOLTokenType, TokenTypeMask) in definition()
40 pattern_p(EOLTokenType, TokenTypeMask)) in definition()
/third_party/boost/boost/wave/
Dtoken_ids.hpp63 EOLTokenType = 0x58000000, enumerator
245 T_CONTLINE = TOKEN_FROM_ID(391, EOLTokenType),
248 T_NEWLINE = TOKEN_FROM_ID(394, EOLTokenType),
249 T_GENERATEDNEWLINE = TOKEN_FROM_ID(394, EOLTokenType|AltTokenType),
/third_party/boost/boost/wave/cpplexer/
Ddetect_include_guards.hpp81 IS_CATEGORY(id, EOLTokenType)); in is_skippable()
/third_party/boost/boost/wave/util/
Dcpp_iterator.hpp473 if (!IS_CATEGORY(id, EOLTokenType) && !IS_CATEGORY(id, EOFTokenType)) in consider_emitting_line_directive()
479 !IS_CATEGORY(id, EOLTokenType) && !IS_CATEGORY(id, EOFTokenType)) in consider_emitting_line_directive()
520 if (IS_CATEGORY(id, EOLTokenType)) in operator ()()
934 if (IS_CATEGORY(id, EOLTokenType) || IS_CATEGORY(id, EOFTokenType)) in next_token_is_pp_directive()